Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: FORMS-1303 restrict rate limit to api routes (bcgov#1524)
The express rate limiter is now applied globally, so that all routes are included. However, it needs to be restricted to only the API - the Vue files, etc, should not be involved in the rate limiting.
- Loading branch information