Browse Source

environment

master
FlorianEisenmenger 1 year ago
parent
commit
2f1399b60b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      angular/src/environments/environment.prod.ts

+ 2
- 2
angular/src/environments/environment.prod.ts View File

@@ -1,5 +1,5 @@
export const environment = {
production: true,
basePath: '',
apiUrl: ''
basePath: 'https://app-imaq-pilot.de',
apiUrl: 'https://app-imaq-pilot.de/api'
};

Loading…
Cancel
Save