refactor: remove unused fake environment

This commit is contained in:
Jovan Krunić
2022-02-08 19:00:27 +01:00
parent ea935232ab
commit 1727c0280f
8 changed files with 31 additions and 484 deletions

View File

@@ -23,7 +23,6 @@ export const environment = {
app_host: 'mobile.app.uni-frankfurt.de',
custom_url_scheme: 'de.anyschool.app',
backend_version: '2.0.0',
use_fake_backend: false,
production: false,
};