This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
casino/frontend/src/proxy.conf.json
Bernd Heidemann 3b669918d0 first
2024-09-11 10:40:00 +02:00

11 lines
185 B
JSON

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