mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(server) createServer: rm " "
This commit is contained in:
parent
b2816ff6d6
commit
62bcc1fbf1
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@
|
|||
app = expressApp || respondApp;
|
||||
|
||||
if (ssl)
|
||||
server = https.createServer(ssl, app);
|
||||
server = https.createServer(ssl, app);
|
||||
else
|
||||
server = http.createServer(app);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue