mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
fix api URLs refs
This commit is contained in:
@@ -6,7 +6,7 @@ export class ConfigService {
|
||||
_apiURI : string;
|
||||
|
||||
constructor() {
|
||||
this._apiURI = 'http://localhost:5000/api/';
|
||||
this._apiURI = 'api/';
|
||||
}
|
||||
|
||||
getApiURI() {
|
||||
|
||||
Reference in New Issue
Block a user