aboutsummaryrefslogtreecommitdiff
path: root/src/guff/handler.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/handler.cr')
-rw-r--r--src/guff/handler.cr3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/guff/handler.cr b/src/guff/handler.cr
index e665585..125e7e7 100644
--- a/src/guff/handler.cr
+++ b/src/guff/handler.cr
@@ -3,9 +3,8 @@ require "http/server"
module Guff
class Handler < ::HTTP::Handler
getter :model
- getter :config
- def initialize(@model : Model, @config : Config)
+ def initialize(@model : Model)
end
def call(context : HTTP::Server::Context)