mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 04:33:09 +00:00
fix(server) start: Port -> port
This commit is contained in:
parent
beb53b3649
commit
81621def08
1 changed files with 2 additions and 2 deletions
|
|
@ -107,8 +107,8 @@
|
|||
Server = http.createServer(expressApp || respond);
|
||||
|
||||
Server.on('error', Util.log.bind(Util));
|
||||
Server.listen(Port, IP);
|
||||
serverLog(HTTP, Port);
|
||||
Server.listen(port, ip);
|
||||
serverLog(HTTP, port);
|
||||
sockets(Server);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue