This commit is contained in:
sdarbinyan
2026-05-19 02:01:36 +04:00
parent 6e5fb3b86a
commit cb2666177a
91 changed files with 4806 additions and 756 deletions

11
proxy.conf.lavero.json Normal file
View File

@@ -0,0 +1,11 @@
{
"/api": {
"target": "https://api.lavero.store:555",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
},
"logLevel": "debug"
}
}