chore: environment.apiUrl-Konfiguration auf /api geändert
This commit is contained in:
@@ -8,7 +8,7 @@ const environment = {
|
||||
production: false,
|
||||
// apiUrl: 'https://localhost:60191/api',
|
||||
// apiUrl: 'https://staffdb.hensel-recycling.com:50001/api',
|
||||
apiUrl: 'https://staffdb.hensel-recycling.com:50101/api',
|
||||
apiUrl: '/api',
|
||||
sentry_dsn: '',
|
||||
useLoginWithJWT: true,
|
||||
translationFolder: './assets/translate/',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const environment = {
|
||||
production: false,
|
||||
useLoginWithJWT: true,
|
||||
apiUrl: 'https://staffdb.hensel-recycling.com:50101/api',
|
||||
apiUrl: '/api',
|
||||
sentry_dsn: '',
|
||||
translationFolder: './assets/translate/'
|
||||
};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const environment = {
|
||||
production: true,
|
||||
useLoginWithJWT: true,
|
||||
apiUrl: 'https://staffdb.hensel-recycling.com:50101/api',
|
||||
apiUrl: '/api',
|
||||
sentry_dsn: '',
|
||||
translationFolder: './assets/translate/',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user