This repository has been archived on 2025-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
ems-frontend/src/proxy.conf.json
Bernd Heidemann b5031afce0 first
2024-09-04 12:05:49 +02:00

12 lines
185 B
JSON

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