mirror of
https://github.com/lune-org/lune.git
synced 2024-12-13 05:20:37 +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
|
local function pong(request: NetRequest): NetResponse
|
||||||
return {
|
return {
|
||||||
body = `Pong!\n{request.path}\n{request.body}"`,
|
body = `Pong!\n{request.path}\n{request.body}`,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue