This commit is contained in:
OnlyPapy98
2025-12-30 19:09:01 +01:00
parent ed79cae77d
commit f21a5fd4e6
22 changed files with 554 additions and 315 deletions

View File

@@ -1,4 +1,5 @@
export const environment = {
production: false,
apiBaseUrl: 'http://192.168.1.235:8280',
apiBaseUrl: 'http://192.168.1.235:8381',
depouillementBaseUrl: 'http://192.168.1.235:8383'
};