mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Fix rogue quote in example
This commit is contained in:
parent
23b570b609
commit
5f831ebb9f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ local PORT = if process.env.PORT ~= nil and #process.env.PORT > 0
|
|||
|
||||
local function pong(request: NetRequest): NetResponse
|
||||
return {
|
||||
body = `Pong!\n{request.path}\n{request.body}"`,
|
||||
body = `Pong!\n{request.path}\n{request.body}`,
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue