dream/example/l-https/https.ml
2021-04-19 00:36:48 +03:00

5 lines
99 B
OCaml

let () =
Dream.run ~https:true
@@ Dream.logger
@@ fun _ -> Dream.html "Good morning, world!"