Files
podnoms/client/proxy.conf.json
Fergal Moran 8d69c72b83 Merge Repos
2017-10-30 20:42:23 +00:00

16 lines
306 B
JSON

{
"/api/*": {
"target": "http://localhost:5000/",
"secure": false,
"pathRewrite": {
"^/api": ""
}
},
"/hubs/*": {
"target": "http://localhost:5000/",
"secure": false,
"pathRewrite": {
"^/hubs": ""
}
}
}