List view
- No due date•2/2 issues closed
### Breaking Changes: - speedLimit feature removed - Setting multiple routes at once feature removed ### Features: - `baseUrl` can be set in outside of api mocker. For example, these are valid usage examples: ```js app.use('/api', apiMocker('target/path')); // or app.use('/api/v[1-9]{1,2}/', apiMoker({ target: 'target/path', nextOnNotFound: true })); ``` - Wildcards in paths [#6](https://github.com/muratcorlu/connect-api-mocker/issues/6)
Overdue by 7 year(s)•Due by July 24, 2017•1/1 issues closed