mirror of
https://github.com/lune-org/lune.git
synced 2025-04-10 21:40:54 +01:00
Fix net serve test port being taken
This commit is contained in:
parent
a84994beea
commit
8f5b5ee60b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ local process = require("@lune/process")
|
||||||
local stdio = require("@lune/stdio")
|
local stdio = require("@lune/stdio")
|
||||||
local task = require("@lune/task")
|
local task = require("@lune/task")
|
||||||
|
|
||||||
local PORT = 8080
|
local PORT = 8082
|
||||||
local URL = `http://127.0.0.1:{PORT}`
|
local URL = `http://127.0.0.1:{PORT}`
|
||||||
local URL_EXTERNAL = `http://0.0.0.0`
|
local URL_EXTERNAL = `http://0.0.0.0`
|
||||||
local RESPONSE = "Hello, lune!"
|
local RESPONSE = "Hello, lune!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue