Skip to content

Commit

Permalink
Update default API_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aselbie committed Aug 13, 2015
1 parent 272d1bb commit 1245900
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tasks/ng-constant.coffee
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
defaultNgConstants =
apiUrl : 'https://api.topcoder-dev.com/v3/' # slash is grandfathered in, need to remove
API_URL : 'https://api.topcoder-dev.com/v3'
API_URL_V2 : 'https://api.topcoder-dev.com/v2'
AVATAR_URL : 'http://www.topcoder.com'
API_URL : 'https://api.topcoder.com'
AVATAR_URL : 'https://www.topcoder.com'
SUBMISSION_URL : 'https://studio.topcoder.com'
AUTH0_CLIENT_ID : 'abc123'
AUTH0_DOMAIN : 'topcoder-dev.auth0.com'
Expand Down

0 comments on commit 1245900

Please sign in to comment.