Merge pull request #392 from mang/patch-1
Set correct namespace for Route
This commit is contained in:
commit
faedeebee9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class HTTP::Server
|
||||||
end
|
end
|
||||||
|
|
||||||
def route
|
def route
|
||||||
route_lookup.payload.as(Route)
|
route_lookup.payload.as(Kemal::Route)
|
||||||
end
|
end
|
||||||
|
|
||||||
def route_lookup
|
def route_lookup
|
||||||
|
|
Loading…
Reference in a new issue