mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(server) when no express, middleware no respond but init on every request
This commit is contained in:
parent
fafab171c5
commit
5a8e0fe488
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
if (expressApp)
|
||||
app = expressApp;
|
||||
else
|
||||
app = middleware;
|
||||
app = middle;
|
||||
|
||||
server = http.createServer(app);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue