Files
idp/idp_client/proxy.conf.json
2024-08-26 09:47:00 +02:00

11 lines
197 B
JSON

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