fix(route): Stablished route to get bch usd price

This commit is contained in:
Daniel Gonzalez
2021-03-04 13:35:58 -04:00
parent 43c1ee9b69
commit dce665b174
+1
View File
@@ -35,6 +35,7 @@ class Price {
this.router.get('/usd', _this.getUSD) this.router.get('/usd', _this.getUSD)
this.router.get('/rates', _this.getBCHRate) this.router.get('/rates', _this.getBCHRate)
this.router.get('/bchausd', _this.getBCHAUSD) this.router.get('/bchausd', _this.getBCHAUSD)
this.router.get('/bchusd', _this.getBCHUSD)
} }
// DRY error handler. // DRY error handler.