Merge pull request #110 from Permissionless-Software-Foundation/dh-price-route

fix(route): Stablished route to get bch usd price
This commit is contained in:
Chris Troutner
2021-03-04 09:42:36 -08:00
committed by GitHub
+1
View File
@@ -35,6 +35,7 @@ class Price {
this.router.get('/usd', _this.getUSD)
this.router.get('/rates', _this.getBCHRate)
this.router.get('/bchausd', _this.getBCHAUSD)
this.router.get('/bchusd', _this.getBCHUSD)
}
// DRY error handler.