agent creation

This commit is contained in:
OnlyPapy98
2026-01-05 14:14:41 +01:00
parent afa5fab55d
commit 95095016d2
11 changed files with 126 additions and 324 deletions

View File

@@ -1,5 +1,5 @@
export const environment = {
production: false,
apiBaseUrl: 'http://192.168.1.235:8381',
apiBaseUrl: 'https://cuddly-years-work.loca.lt',
depouillementBaseUrl: 'http://192.168.1.235:8383'
};