diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 699a3c0283de5e156a8673a8df597bc0453012c5..7de0707d39b17519f6080f86b3ed8caad0429783 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,5 +1,5 @@ // src/environments/environment.ts // used when we run `ng serve` or `ng build` export const environment = { - restApiUrl: 'http://localhost:8000/api/v1' + restApiUrl: 'http://localhost:8003/api/v1' };