diff --git a/web.rb b/web.rb index 18c94e92ef1a3068cdfb51a692f258c11ced20f7..99ed5667adfe6999bcd8ac48cd2fe6157308df88 100644 --- a/web.rb +++ b/web.rb @@ -219,6 +219,10 @@ class Web < Roda end route do |r| + r.get "healthcheck" do + "OK" + end + r.on "inbound" do r.on "calls" do r.post "status" do