production and staging(development)

This commit is contained in:
2026-04-30 12:06:48 +03:00
parent 2133cd830f
commit f6d0adea4c
5 changed files with 35 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"/api/**": {
"target": "http://localhost:8081",
"secure": false,
"changeOrigin": true,
"logLevel": "debug",
"pathRewrite": {"^/api" : "http://localhost:8081/api"}
}
}