diff --git a/README.md b/README.md index a2e90e3..b24e888 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # bch-api -[![Greenkeeper badge](https://badges.greenkeeper.io/christroutner/bch-api.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/christroutner/bch-api.svg?branch=master)](https://travis-ci.org/christroutner/bch-api) diff --git a/src/middleware/route-ratelimit.js b/src/middleware/route-ratelimit.js index 99e39a5..6fae0b7 100644 --- a/src/middleware/route-ratelimit.js +++ b/src/middleware/route-ratelimit.js @@ -119,6 +119,7 @@ class RateLimits { // If the request originates from one of the approved wallet apps, then // apply paid-access rate limits. const origin = req.get('origin') + wlogger.info(`origin: ${origin}`) if ( origin && (origin.toString().indexOf('wallet.fullstack.cash') > -1 ||