-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I tested with browser and curl, both returned 404 code.
And i checked in RouteMatcher, near
final HttpRequestHandler handler = routes.get(new PatternBinding(method, path));
and i got a null hadler.
then the prefixRoutes is empty. nothing in it.
so
noMatch.handle(request);
return the '404' (not found)
i guess there is something wrong in your sample code? or did i make something wrong?
help me please.
Metadata
Metadata
Assignees
Labels
No labels