aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/main.ml2
1 files changed, 0 insertions, 2 deletions
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 _ -> "<p>You clicked</p>" |> 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;