mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #2167 from minzojian/master
update packages\node_modules\@node-red\runtime\lib\index.js
This commit is contained in:
		| @@ -46,7 +46,7 @@ var stubbedExpressApp = { | ||||
| } | ||||
| var adminApi = { | ||||
|     auth: { | ||||
|         needsPermission: function() {} | ||||
|         needsPermission: function() {return function(req,res,next) {next()}} | ||||
|     }, | ||||
|     adminApp: stubbedExpressApp, | ||||
|     server: {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user