mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Reloads module info after enabling/disabling module
This commit is contained in:
		| @@ -197,7 +197,7 @@ module.exports = { | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|             res.json(module); | ||||
|             res.json(redNodes.getModuleInfo(mod)); | ||||
|         } catch(err) { | ||||
|             res.send(400,err.toString()); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user