Skip to content

Commit 197adf2

Browse files
committed
Point endpoint to production
1 parent 2ba20f1 commit 197adf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BrickHack-Mobile/Models/APIRoutes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Alamofire
1515
// For local development, route through ngrok,
1616
// and set App Transpot to allow localhost in info.plist
1717
struct Routes {
18-
static let environment = "https://hm.baudouin.io"
18+
static let environment = "https://apply.brickhack.io"
1919
static let authorize = "\(environment)/oauth/authorize"
2020
static let currentUser = "\(environment)/oauth/token/info"
2121
static let questionnaire = "\(environment)/apply.json"

0 commit comments

Comments
 (0)