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

12 lines
185 B
JSON
Raw Normal View History

2024-09-04 12:05:49 +02:00
{
"/backend": {
"target": "http://localhost:8089/",
"secure": false,
"logLevel": "debug",
"pathRewrite": {
"^/backend": ""
},
"changeOrigin": true
}
}