refactor: read daia service url from app config

This commit is contained in:
Rainer Killinger
2022-02-08 13:02:03 +01:00
parent 2cd0a70fd4
commit 988236e646
4 changed files with 85 additions and 51 deletions

View File

@@ -19,7 +19,6 @@
export const environment = {
backend_url: 'https://mobile.server.uni-frankfurt.de',
daia_url: 'https://daia.hebis.de/DAIA2/UB_Frankfurt',
app_host: 'mobile.app.uni-frankfurt.de',
custom_url_scheme: 'de.anyschool.app',
backend_version: '2.0.0',

View File

@@ -19,7 +19,6 @@
export const environment = {
backend_url: 'https://mobile.server.uni-frankfurt.de',
daia_url: 'https://daia.hebis.de/DAIA2/UB_Frankfurt',
app_host: 'mobile.app.uni-frankfurt.de',
custom_url_scheme: 'de.anyschool.app',
backend_version: '2.0.0',