Planning-FE/proxy.conf.json

9 lines
120 B
JSON

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