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

correct expected api version

parent cabc1a36
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ export const environment = {
production: false,
testcenterUrl: '/api/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '5.0.1',
apiVersionExpected: '6.0.0',
veronaApiVersionSupported: '2.1.0'
};
......@@ -4,6 +4,6 @@ export const environment = {
production: true,
testcenterUrl: '/api/',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
apiVersionExpected: '5.0.1',
apiVersionExpected: '6.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