mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Remove temp test file
This commit is contained in:
parent
11bce8412c
commit
49001bf6d6
1 changed files with 0 additions and 12 deletions
12
test.luau
12
test.luau
|
@ -1,12 +0,0 @@
|
|||
local net = require("@lune/net")
|
||||
|
||||
local counter = 0
|
||||
net.serve(8080, function()
|
||||
counter += 1
|
||||
return {
|
||||
status = 200,
|
||||
body = "Hello! This is response #" .. tostring(counter),
|
||||
}
|
||||
end)
|
||||
|
||||
print("Listening on port 8080 🚀")
|
Loading…
Add table
Reference in a new issue