diff --git a/package.json b/package.json index 87e4a8bf..82d15a43 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "currify": "^2.0.3", "deepmerge": "^2.0.0", "deepword": "^3.0.0", - "dword": "^6.0.0", + "dword": "^7.0.0", "edward": "^7.0.0", "es6-promisify": "^6.0.0", "execon": "^1.2.0", diff --git a/server/cloudcmd.js b/server/cloudcmd.js index a51fc935..7ae63b1c 100644 --- a/server/cloudcmd.js +++ b/server/cloudcmd.js @@ -133,7 +133,7 @@ function listen(prefix, socket) { dword.listen(socket, { root, - authCheck, + auth, prefix: prefix + '/dword', });