casino/frontend/src/proxy.conf.json

12 lines
185 B
JSON
Raw Normal View History

2024-09-11 10:40:00 +02:00
{
"/backend": {
"target": "http://localhost:8080/",
"secure": false,
"logLevel": "debug",
"pathRewrite": {
"^/backend": ""
},
"changeOrigin": true
}
}