mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-11 19:29:16 +08:00
10 lines
148 B
JSON
10 lines
148 B
JSON
{
|
|
"/api/*": {
|
|
"target": "http://localhost:8180",
|
|
"secure":false,
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
}
|
|
}
|