kemal/src/frank/dsl.cr

4 lines
103 B
Crystal

def get(path, &block : Frank::Request -> String)
Frank::Handler::INSTANCE.add_route(path, block)
end