fixed some wrong attributes

This commit is contained in:
2020-06-29 16:37:33 +02:00
parent 3d86cc8620
commit 5fb7122aa7
3 changed files with 4 additions and 5 deletions

View File

@@ -2,6 +2,6 @@
window['env'] = window['env'] || {};
// Environment variables
window['env']['apiUrl'] = 'http://taskboard.dev.nig.gl/api';
window['env']['apiUrl'] = 'https://taskboard.dev.nig.gl/api';
window['env']['debug'] = false;
})(this);