mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Remove ws_routes from route handler
This commit is contained in:
parent
5f834f8873
commit
e07be72dcf
1 changed files with 0 additions and 3 deletions
|
@ -6,13 +6,10 @@ module Kemal
|
||||||
class RouteHandler
|
class RouteHandler
|
||||||
include HTTP::Handler
|
include HTTP::Handler
|
||||||
INSTANCE = new
|
INSTANCE = new
|
||||||
|
|
||||||
property http_routes
|
property http_routes
|
||||||
property ws_routes
|
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
@http_routes = Radix::Tree(Route).new
|
@http_routes = Radix::Tree(Route).new
|
||||||
@ws_routes = Radix::Tree(String).new
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def call(context : HTTP::Server::Context)
|
def call(context : HTTP::Server::Context)
|
||||||
|
|
Loading…
Reference in a new issue