Browse Source

fix: remove sass from env

Co-authored-by: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com>
pull/5137/head
Bunyamin Coskuner 6 years ago
committed by GitHub
parent
commit
2bfb0533c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      npm/ng-packs/apps/dev-app/src/environments/environment.ts

3
npm/ng-packs/apps/dev-app/src/environments/environment.ts

@ -21,8 +21,5 @@ export const environment = {
default: {
url: 'https://localhost:44305',
},
saas: {
url: 'https://localhost:44305',
},
},
} as Config.Environment;

Loading…
Cancel
Save