mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-02-09 01:06:29 +00:00
16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"/api/*": {
|
|
"target": "http://localhost:5000/",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
},
|
|
"/hubs/*": {
|
|
"target": "http://localhost:5000/",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/hubs": ""
|
|
}
|
|
}
|
|
} |