mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
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
|
||||
|
||||
def route
|
||||
route_lookup.payload.as(Route)
|
||||
route_lookup.payload.as(Kemal::Route)
|
||||
end
|
||||
|
||||
def route_lookup
|
||||
|
|
Loading…
Reference in a new issue