From 76d112e6ddf58f81e9d37778dcc0406edbfaa881 Mon Sep 17 00:00:00 2001 From: paf <philipp.franck@dainst.de> Date: Fri, 13 Mar 2020 10:45:35 +0100 Subject: [PATCH] use patch for test/{id}/lock endpoint --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 3c7c739b..fa684d9f 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -5,7 +5,7 @@ export const environment = { production: false, // testcenterUrl: 'https://www.iqb-testcenter.de/', - testcenterUrl: 'http://localhost/testcenter-iqb-php/', + testcenterUrl: 'http://localhost/2020/testcenter-iqb-php/', appName: 'IQB-Testcenter', appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen', appVersion: '0 (dev)' -- GitLab