Fix broken websocket routing :/

This commit is contained in:
sdogruyol 2016-11-02 11:19:48 +03:00
parent d676b559d2
commit 7dd834ad28
3 changed files with 2 additions and 8 deletions

View file

@ -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)