mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
feature(package) spero v1.4.0: add authCheck
This commit is contained in:
parent
6876908e4f
commit
bb46a77302
2 changed files with 3 additions and 2 deletions
|
|
@ -123,7 +123,8 @@
|
|||
|
||||
spero.listen(socket, {
|
||||
root: root,
|
||||
prefix: prefix + '/spero'
|
||||
prefix: prefix + '/spero',
|
||||
authCheck: authCheck
|
||||
});
|
||||
|
||||
remedy.listen(socket, {
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@
|
|||
"rendy": "^1.1.0",
|
||||
"restafary": "^1.6.0",
|
||||
"socket.io": "^1.4.3",
|
||||
"spero": "^1.3.0",
|
||||
"spero": "^1.4.0",
|
||||
"squad": "^1.1.3",
|
||||
"try-catch": "^1.0.0",
|
||||
"tryrequire": "^1.1.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue