Skip to content

Commit

Permalink
changed environments api
Browse files Browse the repository at this point in the history
  • Loading branch information
valerioprds committed Nov 23, 2023
1 parent 1e076f4 commit ab6dca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const environment = {
production: true,
appVersion: require('../../package.json').version,
BACKEND_ITA_CHALLENGE_BASE_URL: '',
BACKEND_ITA_WIKI_BASE_URL: 'https://dev.api.itadirectory.eurecatacademy.org/api/v1',
BACKEND_ITA_WIKI_BASE_URL: 'https://dev.sso.itawiki.eurecatacademy.org/api/v1',
BACKEND_ALL_CHALLENGES: '/challenges',
BACKEND_REGISTER: '/auth/register',
AUTHORIZATION: 'Authorization',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const environment = {
production: false,
appVersion: require('../../package.json').version,
BACKEND_ITA_CHALLENGE_BASE_URL: '',
BACKEND_ITA_WIKI_BASE_URL: 'https://dev.api.itadirectory.eurecatacademy.org/api/v1',
BACKEND_ITA_WIKI_BASE_URL: 'https://dev.sso.itawiki.eurecatacademy.org/api/v1',
BACKEND_ALL_CHALLENGES: '/challenges',
BACKEND_REGISTER: '/auth/register',
BACKEND_DUMMY_REGISTER: '../assets/dummy/user-register.json',
Expand Down

0 comments on commit ab6dca9

Please sign in to comment.