Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c74118a

Browse files
committed
build
1 parent d6def49 commit c74118a

File tree

3 files changed

+538
-580
lines changed

3 files changed

+538
-580
lines changed

dist/example.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
angular.module("app.constants", [])
22

3-
.constant("API_URL", "https://api.topcoder.com")
3+
.constant("API_URL", "https://api.topcoder-dev.com")
44

55
.constant("AVATAR_URL", "https://www.topcoder.com")
66

77
.constant("SUBMISSION_URL", "https://studio.topcoder.com")
88

9-
.constant("AUTH0_CLIENT_ID", "abc123")
9+
.constant("AUTH0_CLIENT_ID", "JFDo7HMkf0q2CkVFHojy3zHWafziprhT")
1010

11-
.constant("AUTH0_DOMAIN", "topcoder.auth0.com")
11+
.constant("AUTH0_DOMAIN", "topcoder-dev.auth0.com")
1212

1313
.constant("AUTH0_TOKEN_NAME", "userJWTToken")
1414

0 commit comments

Comments
 (0)