Files
main-web/main_web/proxy.conf.json
T
2026-06-06 22:40:14 +02:00

15 lines
258 B
JSON

{
"/api": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
},
"/draw": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
}
}