From b2bcd5ba4dfc757fdb692a352d98132a8665b710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Lis=C3=A9?= Date: Thu, 24 Jun 2021 16:55:52 -0700 Subject: [PATCH] Update api.ts --- src/app/services/api.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/app/services/api.ts b/src/app/services/api.ts index ee7848e3..ab0ecb1a 100644 --- a/src/app/services/api.ts +++ b/src/app/services/api.ts @@ -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'; @@ -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