mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-17 08:56:57 +08:00
formatting socket.js + deal with broken windows ports - default :50013
This commit is contained in:
@@ -18,7 +18,7 @@ console.log("args:")
|
||||
console.log(args)
|
||||
|
||||
const hostname = args.host || "0.0.0.0"
|
||||
const port = args.port || 3001
|
||||
const port = args.port || 50013
|
||||
|
||||
app.use(express.json())
|
||||
|
||||
|
Reference in New Issue
Block a user