Creation dashboard (graph chart.js) + tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: '/api/v1'
|
||||
apiUrl: '/api/v1',
|
||||
useMockFixtures: true, // a passer a false une fois le backend prêt
|
||||
};
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'http://localhost:8000/api/v1'
|
||||
apiUrl: 'http://localhost:8000/api/v1',
|
||||
useMockFixtures: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user