Skip to content

Commit 9dc7a70

Browse files
committed
Update test route
1 parent d7f877b commit 9dc7a70

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://brickhack.io"
1919
static let authorize = "\(environment)/oauth/authorize"
2020
static let currentUser = "\(environment)/oauth/token/info"
2121
static let questionnaire = "\(environment)/manage/questionnaires" // :id

0 commit comments

Comments
 (0)