mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(cloudcmd) speedup: execon.series -> express
This commit is contained in:
parent
2a2a9fbae4
commit
8fe4ff628b
2 changed files with 28 additions and 15 deletions
|
|
@ -29,7 +29,7 @@
|
|||
config('ip') ||
|
||||
'0.0.0.0',
|
||||
|
||||
expressApp = express.getApp([middle], {
|
||||
expressApp = express.getApp(middle, {
|
||||
auth : config('auth'),
|
||||
username: config('username'),
|
||||
password: config('password')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue