Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regexp routes are broken #191

Closed
ricardogama opened this issue Oct 13, 2015 · 1 comment
Closed

Regexp routes are broken #191

ricardogama opened this issue Oct 13, 2015 · 1 comment

Comments

@ricardogama
Copy link

This error is caused by #183 changes.

+1 on #188 which fixes it.

node_modules/koa-router/lib/router.js:513
      var routeNestingLevel = route.path.split('/').length;
                                         ^

TypeError: route.path.split is not a function
@ricardogama
Copy link
Author

Duplicated of #181.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant