frontend/proxy.conf.json

9 lines
149 B
JSON
Raw Normal View History

{
"/link_api": {
"target": "http://localhost:8000",
"secure": false,
"logLevel": "debug",
"pathRewrite": {"^/link_api": ""}
}
}