add project

This commit is contained in:
2026-05-05 23:10:05 +03:00
parent b2b066e0d3
commit 53c040161a
46 changed files with 3824 additions and 1073 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
{
"/api/**": {
"/api": {
"target": "http://localhost:8082",
"secure": false,
"changeOrigin": true,
"logLevel": "debug",
"pathRewrite": {"^/api" : "http://localhost:8082/api"}
"timeout": 0,
"ws": true
}
}