the first commit
This commit is contained in:
5
src/environments/environment.production.ts
Normal file
5
src/environments/environment.production.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
useMockData: false,
|
||||
apiUrl: '/api'
|
||||
};
|
||||
Reference in New Issue
Block a user