Is it possible to define a catch-all route or an error route in Sammy.js? I know I can bind to ‘error’ but if no route matches that does not seem to be triggered.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to the documentation for Sammy routes,
As such, it should be possible to create a route like this, at the end of your routes, that is a catch-all: