Backend & Frontend mit Mail Versand

This commit is contained in:
2025-01-08 12:16:49 +01:00
parent c62edc9cc1
commit 368257633b
27 changed files with 15833 additions and 323 deletions

9
proxy.conf.json Normal file
View File

@@ -0,0 +1,9 @@
{
"/api": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true,
"pathRewrite": { "^/api": "" }
}
}