Skip to content

Commit

Permalink
correct reference
Browse files Browse the repository at this point in the history
  • Loading branch information
npq7721 committed Nov 22, 2019
1 parent 4df3b9b commit 28bd644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ if(coins[config.coin].api) {
var limiter = rateLimit(apiProperties.limit);
var apiRounter = express.Router();
app.use(apiProperties.base_uri, limiter);
var restfullAPI = new Restfull(apiRounter, limiter);
var restfullAPI = new Restfull(apiRounter, apiProperties);
app.use(apiProperties.base_uri, apiRounter);
}

Expand Down

0 comments on commit 28bd644

Please sign in to comment.