casino/frontend/src/proxy.conf.json
Bernd Heidemann 3b669918d0 first
2024-09-11 10:40:00 +02:00

12 lines
185 B
JSON

{
"/backend": {
"target": "http://localhost:8080/",
"secure": false,
"logLevel": "debug",
"pathRewrite": {
"^/backend": ""
},
"changeOrigin": true
}
}