1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-12 19:29:30 +08:00
Mainflux.mainflux/dashflux/proxy-config.json

10 lines
148 B
JSON
Raw Normal View History

2018-05-09 12:32:49 +02:00
{
"/api/*": {
"target": "http://localhost:8180",
"secure":false,
"pathRewrite": {
"^/api": ""
}
}
}