You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: