We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba20f1 commit 197adf2Copy full SHA for 197adf2
1 file changed
BrickHack-Mobile/Models/APIRoutes.swift
@@ -15,7 +15,7 @@ import Alamofire
15
// For local development, route through ngrok,
16
// and set App Transpot to allow localhost in info.plist
17
struct Routes {
18
- static let environment = "https://hm.baudouin.io"
+ static let environment = "https://apply.brickhack.io"
19
static let authorize = "\(environment)/oauth/authorize"
20
static let currentUser = "\(environment)/oauth/token/info"
21
static let questionnaire = "\(environment)/apply.json"
0 commit comments