Skip to content

Commit

Permalink
variables added to environment.prod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fran-cesc committed Jul 2, 2024
1 parent 40ef5cd commit 3be6698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export const environment = {
production: true,
appVersion: version,
BACKEND_ITA_CHALLENGE_BASE_URL: '/itachallenge/api/v1',
BACKEND_ITA_CHALLENGE_SOLUTION: '/challenge/solution',
BACKEND_ITA_CHALLENGE_USER_SOLUTION: '/user/solution',
BACKEND_ITA_SSO_BASE_URL: 'https://dev.sso.itawiki.eurecatacademy.org/api/v1',
BACKEND_ITA_WIKI_BASE_URL: 'https://dev.api.itadirectory.eurecatacademy.org/api/v1',
BACKEND_ALL_CHALLENGES_URL: '/challenge/challenges',
Expand Down

0 comments on commit 3be6698

Please sign in to comment.