Fixed #18: added v1 namespace under API

This commit is contained in:
Eliot Berriot 2017-06-26 20:19:09 +02:00
commit 70634048c6
12 changed files with 44 additions and 40 deletions

View file

@ -4,7 +4,7 @@ class Config {
if (!this.BACKEND_URL.endsWith('/')) {
this.BACKEND_URL += '/'
}
this.API_URL = this.BACKEND_URL + 'api/'
this.API_URL = this.BACKEND_URL + 'api/v1/'
}
}