Kemal: remove APIHandler middleware

This commit is contained in:
Samantaz Fox
2023-11-20 17:31:21 +01:00
parent c5b87e3b5e
commit 9310d09f93
2 changed files with 0 additions and 69 deletions

View File

@@ -217,7 +217,6 @@ public_folder "assets"
Kemal.config.powered_by_header = false
add_handler FilteredCompressHandler.new
add_handler APIHandler.new
add_handler AuthHandler.new
add_handler DenyFrame.new
add_context_storage_type(Array(String))