From 3aad6e79cfea4c0c2e29e1b36823a13f647c5b80 Mon Sep 17 00:00:00 2001 From: paf <philipp.franck@dainst.de> Date: Wed, 29 Apr 2020 16:43:59 +0200 Subject: [PATCH] update apiVersionExpected to 3.0.0 --- src/environments/environment.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index e0fa121e..fefaeffc 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,13 +4,14 @@ export const environment = { production: false, + // testcenterUrl: 'http://localhost/2020/testcenter-iqb-php-postgrestest/', testcenterUrl: 'https://ocba.iqb.hu-berlin.de/api/', // testcenterUrl: 'https://www.iqb-testcenter.de/', // testcenterUrl: 'http://localhost/api/', appName: 'IQB-Testcenter', appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen', appVersion: '2.0.0-beta.2 - 27.4.2020', - apiVersionExpected: '2.2.0' + apiVersionExpected: '3.0.0' }; /* -- GitLab