diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 7b4f817..42899ff 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -3,7 +3,8 @@ // The list of file replacements can be found in `angular.json`. export const environment = { - production: false + production: false, + apiUrl: 'http://localhost:4200', }; /*