mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
fix(server) start: SSLPort -> sslPort
This commit is contained in:
parent
5a56f420ea
commit
a0c641183c
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@
|
|||
sockets(Server);
|
||||
|
||||
Server.listen(sslPort, ip);
|
||||
serverLog(HTTPS, SSLPort);
|
||||
serverLog(HTTPS, sslPort);
|
||||
} else
|
||||
httpServer();
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue