Actually there's no middleware anymore

This commit is contained in:
Sdogruyol 2016-12-04 01:43:30 +03:00
parent 1afb4cbfa8
commit eb64b52f84
7 changed files with 17 additions and 19 deletions

View file

@ -2,7 +2,6 @@ require "http"
require "multipart"
require "./kemal/*"
require "./kemal/helpers/*"
require "./kemal/middleware/*"
module Kemal
# The command to run a `Kemal` application.