Fixed #18: added v1 namespace under API
This commit is contained in:
parent
3c2a6914ce
commit
70634048c6
12 changed files with 44 additions and 40 deletions
|
|
@ -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/'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue