diff --git a/src/routes/v4/price.js b/src/routes/v4/price.js index 3fc2977..5156458 100644 --- a/src/routes/v4/price.js +++ b/src/routes/v4/price.js @@ -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.