pdnsmanager/frontend/proxy.conf.json
2018-04-08 13:02:00 +02:00

9 lines
150 B
JSON

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