Added first basic Frontend

This commit is contained in:
DerDavidBohl
2025-06-18 15:33:16 +02:00
parent 78f2a2c7f1
commit 4f32a5917b
19 changed files with 269 additions and 48 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"/api/**": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
}
}
}