change proxyUrl back to local

This commit is contained in:
Darren Nelsen 2018-01-26 16:28:46 -05:00
parent c83e16f98e
commit bcf5c54121

View File

@ -7,6 +7,6 @@
}, },
"proxies": [{ "proxies": [{
"path": "/api", "path": "/api",
"proxyUrl": "https://bch-insight.bitpay.com/api" "proxyUrl": "http://localhost:3000/api"
}] }]
} }