Mise en place du frontend Angular (init, environments, proxy vers le backend)

This commit is contained in:
valentin
2026-09-14 14:28:44 +02:00
parent 6161a432c3
commit 49f46978b0
23 changed files with 8804 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"/api": {
"target": "http://localhost:8000",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
}
}