Files
jambotron/jambotron-ui/src/proxy.conf.docker.json
T
2026-05-05 23:10:05 +03:00

12 lines
210 B
JSON

{
"/api/**": {
"target": "http://localhost:8081",
"secure": false,
"changeOrigin": true,
"logLevel": "debug",
"ws": true,
"pathRewrite": {"^/api" : "http://localhost:8081/api"}
}
}