Merge pull request #2167 from minzojian/master

update packages\node_modules\@node-red\runtime\lib\index.js
This commit is contained in:
Nick O'Leary 2019-05-24 10:09:21 +01:00 committed by GitHub
commit e0111d3fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ var stubbedExpressApp = {
}
var adminApi = {
auth: {
needsPermission: function() {}
needsPermission: function() {return function(req,res,next) {next()}}
},
adminApp: stubbedExpressApp,
server: {}