Skip to content

Commit

Permalink
Update api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise authored Jun 24, 2021
1 parent 78e13f0 commit b8d9957
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ export class ApiService {
this.pathAPI = 'https://acrfd-86cabb-test.apps.silver.devops.gov.bc.ca/api';
this.env = 'test';
break;
case 'acrfd-admin-86cabb-dev.apps.silver.devops.gov.bc.ca':
this.pathAPI = 'https://nrts-prc-api-86cabb-dev.apps.silver.devops.gov.bc.ca/api';
this.env = 'dev';
break;


default:
// Prod
Expand Down

0 comments on commit b8d9957

Please sign in to comment.