mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(package) remedy v1.4.0: add authCheck
This commit is contained in:
parent
d60a24c241
commit
857f4e117d
2 changed files with 3 additions and 2 deletions
|
|
@ -129,7 +129,8 @@
|
|||
|
||||
remedy.listen(socket, {
|
||||
root: root,
|
||||
prefix: prefix + '/remedy'
|
||||
prefix: prefix + '/remedy',
|
||||
authCheck: authCheck
|
||||
});
|
||||
|
||||
ishtar.listen(socket, {
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
"pipe-io": "^1.2.0",
|
||||
"ponse": "^1.4.0",
|
||||
"readjson": "^1.1.0",
|
||||
"remedy": "^1.3.0",
|
||||
"remedy": "^1.4.0",
|
||||
"rendy": "^1.1.0",
|
||||
"restafary": "^1.6.0",
|
||||
"socket.io": "^1.4.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue