Skip to content

Commit

Permalink
prelaunch: /up responds with 200 (for Kamal)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshatch committed Oct 6, 2024
1 parent f2ffad4 commit 22c9267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/ifs/parts.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
(ring/ring-handler
(ring/router
[["/" {:get {:handler #(pages/home-page %)}}]
["/up"
{:get {:handler (fn [_] {:status 200 :body "OK"})}}]
["/waitlist-signup" {:post {:handler #(waitlist/signup %)}}]]
{:data {:middleware [wrap-params
middleware/exception
Expand Down

0 comments on commit 22c9267

Please sign in to comment.