Files
mina-sidor-fa-web/config/proxy.conf.json
2021-03-24 15:27:02 +01:00

10 lines
127 B
JSON

{
"/api": {
"target": "http://localhost:8000/",
"secure": false,
"pathRewrite": {
"^/api": "/"
}
}
}