added apiUrl to environment

This commit is contained in:
2020-07-21 15:26:12 +02:00
parent 76ca83116b
commit 3e8017050d

View File

@@ -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',
};
/*