Skip to content

Commit

Permalink
o
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed Jun 12, 2023
1 parent 4b082d5 commit d90407b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trouter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ suite "test router":
await request.resp("")

var handlerParams = proc (request: Request) {.async.} =
await request.resp($request.params & $request.query.toTable)
await request.resp($request.params & $request.url.query.toTable)

var handlerParamsEncode = proc (request: Request) {.async.} =
doAssert request.params["codex"] == "ß"
Expand Down

0 comments on commit d90407b

Please sign in to comment.