improvements are done
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
useMockData: true, // Set to false when backend is ready
|
||||
apiUrl: '/api'
|
||||
apiUrl: '/api',
|
||||
marketplaceUrl: 'http://localhost:4200'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user