InstaDApp-Dashboard/proxy.config.json

24 lines
606 B
JSON
Raw Permalink Normal View History

2019-09-02 16:38:28 +00:00
{
"/compoundAPI/*": {
"target": "https://api.instadapp.io",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
"pathRewrite": {"^/compoundAPI" : ""}
},
"/instadappAPI/*": {
"target": "https://instadapp.io",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
"pathRewrite": {"^/instadappAPI" : ""}
},
"/mkr/*": {
"target": "https://mkr.tools/api/v1",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
"pathRewrite": {"^/mkr" : ""}
}
}