This commit is contained in:
Florian Schroedl
2022-06-10 13:50:43 +02:00
parent 55697ddff4
commit 5f23649d33

View File

@@ -118,7 +118,6 @@ proc handleRoute(env: Env, req: Request): NimHttpResponse =
sendIndex(env)
)
proc main {.async.} =
let env = initEnv();