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 b8d9957 commit b2bcd5b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/app/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,26 +151,10 @@ export class ApiService {
this.env = 'local';
break;

case 'nrts-prc-dev.pathfinder.gov.bc.ca':
// Dev
this.pathAPI = 'https://nrts-prc-dev.pathfinder.gov.bc.ca/api';
this.env = 'dev';
break;
case 'acrfd-86cabb-dev.apps.silver.devops.gov.bc.ca':
this.pathAPI = 'https://acrfd-86cabb-dev.apps.silver.devops.gov.bc.ca/api';
this.env = 'dev';
break;

case 'nrts-prc-master.pathfinder.gov.bc.ca':
// Master
this.pathAPI = 'https://nrts-prc-master.pathfinder.gov.bc.ca/api';
this.env = 'master';
break;
case 'nrts-prc-test.pathfinder.gov.bc.ca':
// Test
this.pathAPI = 'https://nrts-prc-test.pathfinder.gov.bc.ca/api';
this.env = 'test';
break;
case 'acrfd-86cabb-test.apps.silver.devops.gov.bc.ca':
this.pathAPI = 'https://acrfd-86cabb-test.apps.silver.devops.gov.bc.ca/api';
this.env = 'test';
Expand All @@ -179,7 +163,6 @@ export class ApiService {
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 b2bcd5b

Please sign in to comment.