From bf4fca518ea0b344518e3dc3ca0919d4ca9cf0bd Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 2 Dec 2023 11:32:57 -0600 Subject: Remove unused handlers --- bin/main.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') diff --git a/bin/main.ml b/bin/main.ml index 67c9786..3a2e106 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -78,8 +78,6 @@ let () = Dream.log "Sending greeting to %s!" (Dream.client request); let posts = Post.get_all () in Template.render posts |> Dream.html); - Dream.post "/clicked" (fun _ -> "

You clicked

" |> Dream.html); - Dream.post "/login" (fun _ -> Login.render |> Dream.html); Dream.post "/inbox" (fun request -> let%lwt body = Dream.body request in Dream.log "Got body: %s" body; -- cgit v1.2.3