fix api URLs refs

This commit is contained in:
chsakell
2016-10-16 10:22:03 +03:00
parent 577705e3c2
commit 6db505ed91
4 changed files with 8 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ export class ConfigService {
_apiURI : string;
constructor() {
this._apiURI = 'http://localhost:5000/api/';
this._apiURI = 'api/';
}
getApiURI() {