bug fix 2: electric bugaloo

This commit is contained in:
Rasmus Moorats 2023-10-21 17:33:53 +03:00
parent 70e6ace870
commit 53e581f6e3
Signed by: xx
GPG key ID: FE14255A6AE7241C

View file

@ -37,8 +37,9 @@ proc onRequest(req: Request): Future[void] =
let
rawPath = get req.path
uri = parseUrl rawPath
reqPath = uri.paths.nonEmpty
reqPath = rawPath.split("?")[0].split("/").nonEmpty
redirCode = getHttpCode uri.query
echo reqPath
if reqPath.len == 0:
req.send index