Skip to content

Commit

Permalink
Set ignoreStartsWith to /admin
Browse files Browse the repository at this point in the history
Set ignoreStartsWith to /admin to align with README.  ignoreStartsWith set to empty string effectively ignored all routes.
  • Loading branch information
tkruczek committed Jul 19, 2018
1 parent 9669235 commit 761b01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/default-config.js
Expand Up @@ -26,5 +26,5 @@ module.exports = {
rps: true,
statusCodes: true,
},
ignoreStartsWith: '',
ignoreStartsWith: '/admin',
};

0 comments on commit 761b01d

Please sign in to comment.