get display to work

This commit is contained in:
pena 2022-12-06 02:31:33 +01:00 committed by Swrup
parent 238e6fba75
commit 00c9c587c7
9 changed files with 135 additions and 20 deletions

View file

@ -5,6 +5,7 @@ let () =
Dream.
[ get "/assets/**" Asset.get
; get "/" Home.get
; get "/island" Island.get
; get "/login" Login.get
; post "/login" Login.post
; get "logout" Logout.get