We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f877b commit 9dc7a70Copy full SHA for 9dc7a70
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://brickhack.io"
19
static let authorize = "\(environment)/oauth/authorize"
20
static let currentUser = "\(environment)/oauth/token/info"
21
static let questionnaire = "\(environment)/manage/questionnaires" // :id
0 commit comments