add base api path to nestjs: "api"

This commit is contained in:
Roland Schneider
2025-11-13 21:49:41 +01:00
parent e09110346e
commit 19ca0c086c
9 changed files with 73 additions and 6 deletions

8
admin/proxy.conf.json Normal file
View File

@@ -0,0 +1,8 @@
{
"/api": {
"target": "http://localhost:3000",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}