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