InstaDApp-Dashboard/proxy.config.json
2019-09-02 22:08:28 +05:30

24 lines
606 B
JSON

{
"/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" : ""}
}
}