I have the following:
I ran into a similar issue; I wanted a default route handler if none of the route handler matched.
My solutions is to use a wildcard as the path value. ie Also make sure it is the last entry in your routes definition.