pdnsmanager/frontend/proxy.conf.json

9 lines
150 B
JSON
Raw Normal View History

2018-04-08 13:02:00 +02:00
{
"/api": {
"target": "http://localhost:8000",
"secure": false,
"pathRewrite": {
"^/api": ""
}
}
}