Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Oct 16, 2024
1 parent 088efde commit 22ec0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/acceptance_tests/server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ post "/submit" do |env|
end

# catch-all routes for all other requests and methods
# ["GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS", "TRACE", "CONNECT"]
# ["GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS"]
get "/catch-all" do |env|
"Hi, %s! Welcome to catch-all" % env.kemal_authorized_client?
end
Expand Down

0 comments on commit 22ec0d3

Please sign in to comment.