Reroute to 404 if no route is to handle the URI
This commit is contained in:
@@ -82,6 +82,7 @@ Router.prototype.route = function()
|
||||
}
|
||||
}
|
||||
|
||||
this.setRoute( "*", currentRoute );
|
||||
this.routable = false;
|
||||
return false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user