mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Fix broken websocket routing :/
This commit is contained in:
parent
d676b559d2
commit
7dd834ad28
3 changed files with 2 additions and 8 deletions
|
@ -12,7 +12,6 @@ module Kemal
|
|||
Kemal::CLI.new
|
||||
config = Kemal.config
|
||||
config.setup
|
||||
config.add_handler Kemal::RouteHandler::INSTANCE
|
||||
config.port = port if port
|
||||
|
||||
config.server = HTTP::Server.new(config.host_binding, config.port, config.handlers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue