refactor: adjustments for recent PAIA changes

This commit is contained in:
Rainer Killinger
2024-06-27 09:23:55 +00:00
parent dea9a82105
commit 68f3366a27
15 changed files with 88 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ export const environment = {
backend_url: 'https://mobile.server.uni-frankfurt.de',
app_host: 'mobile.app.uni-frankfurt.de',
custom_url_scheme: 'de.anyschool.app',
backend_version: '3.1.0',
backend_version: '3.3.0',
production: true,
};

View File

@@ -21,7 +21,7 @@ export const environment = {
backend_url: 'https://mobile.server.uni-frankfurt.de',
app_host: 'mobile.app.uni-frankfurt.de',
custom_url_scheme: 'de.anyschool.app',
backend_version: '3.1.0',
backend_version: '3.3.0',
production: false,
};