summaryrefslogtreecommitdiff
path: root/lib/handlers.ml
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2025-03-01 19:19:30 +0100
committerMarius Peter <marius.peter@tutanota.com>2025-03-01 19:19:30 +0100
commit4946275b48bfc92ce4b420e36c6cf48694776bbc (patch)
tree0dad20f647c17f90d5ba583539a8a2f02d11e5ce /lib/handlers.ml
parente92e763e06d58a03224189d53044c4f5e1f907f0 (diff)
Start work on Git "un"helper functions.
Worse is better. I'll revisit the OCaml Git package once I'm more comfortable with OCaml overall.
Diffstat (limited to 'lib/handlers.ml')
-rw-r--r--lib/handlers.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/handlers.ml b/lib/handlers.ml
index 7c80bcb..4a6e0ca 100644
--- a/lib/handlers.ml
+++ b/lib/handlers.ml
@@ -1,6 +1,6 @@
open Lwt.Infix
-let ogit_root _ = Views.Ogit_root.render () >>= Dream_html.respond
+let ogit_root _ = Views.Ogit_root.render () |> Dream_html.respond
let repo_root repo_name =
Views.Repo_root.render repo_name >>= Dream_html.respond
Copyright 2019--2025 Marius PETER