Rename example

This commit is contained in:
Filip Tibell 2023-02-05 11:36:57 -05:00
parent 43713fbe92
commit 403d87f7f5
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
--> A basic webserver that echoes the given request --> A basic http server that echoes the given request
--> body at /ping and otherwise responds 404 "Not Found" --> body at /ping and otherwise responds 404 "Not Found"
local PORT = if process.env.PORT ~= nil and #process.env.PORT > 0 local PORT = if process.env.PORT ~= nil and #process.env.PORT > 0