Creation dashboard (graph chart.js) + tests

This commit is contained in:
valentin
2026-09-15 16:48:55 +02:00
parent 0ca429ff3d
commit cdef30736a
31 changed files with 851 additions and 364 deletions
@@ -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
};