Files
conquest/server/index.nim

10 lines
168 B
Nim
Raw Normal View History

2025-05-02 18:10:30 +02:00
import prologue
# /
proc root*(ctx: Context) {.async.} =
resp "<h1>Hello, World!</h1>"
# /auth
proc auth*(ctx: Context) {.async.} =
resp "<h1>Hello, Auth!</h1>"