corpus

Log | Files | Refs | README | LICENSE

commit adcefbce1a2f0f7a6f3145cdac7cda9366656364
parent 40b1bdf011002dfbd91b13e88adfb97c28efa513
Author: mtmn <miro@haravara.org>
Date:   Sat, 11 Apr 2026 07:35:09 +0200

feat: fix builds, inline htmx to ps-halogen

Diffstat:
Msrc/Main.purs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/Main.purs b/src/Main.purs @@ -325,6 +325,7 @@ indexHtml = -- Request handler handleRequest :: Connection -> Request -> Response -> Effect Unit handleRequest db req res = do + let method = IM.method req let rawUrl = IM.url req url <- new' rawUrl "http://localhost" path <- pathname url