Skip to content

Commit

Permalink
Return a green page for the /up
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Nov 22, 2024
1 parent e4382bb commit c15b63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class App < Sinatra::Base
end

get '/up' do
status 204
"<body style='background-color: green' />"
end

post '/webhook' do
Expand Down

0 comments on commit c15b63d

Please sign in to comment.