hello
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m21s
Gitea Actions Demo / test (push) Successful in 1m19s
Gitea Actions Demo / release-image (push) Successful in 1m3s

This commit is contained in:
Ryan Cavicchioni 2024-08-11 17:07:55 -05:00
parent f10d8fa8d5
commit abe6318e8a
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

1
app.rb
View File

@ -358,6 +358,7 @@ get "/_cat/cookies" do
end
route :delete, :get, :patch, :post, :put, "/status/:code" do
# hello
code = params[:code]
status code.between? 100, 599
end