Skip to content
Snippets Groups Projects
Commit 1cf97222 authored by paf's avatar paf
Browse files

set apiVersionExpected to 11

parent 03a67784
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@ export const environment = {
production: false,
testcenterUrl: '/api/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '10.0.0',
apiVersionExpected: '11.0.0',
veronaApiVersionSupported: '2.1.0'
};
......@@ -2,6 +2,6 @@ export const environment = {
production: false,
testcenterUrl: 'http://backend-mock:4010/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '10.0.0',
apiVersionExpected: '11.0.0',
veronaApiVersionSupported: '2.1.0'
};
......@@ -2,6 +2,6 @@ export const environment = {
production: true,
testcenterUrl: '/api/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '10.0.0',
apiVersionExpected: '11.0.0',
veronaApiVersionSupported: '2.1.0'
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment