1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Reloads module info after enabling/disabling module

This commit is contained in:
Anna Thomas 2014-11-21 16:34:57 +00:00
parent dd5821ee1b
commit a5064b3ab6

View File

@ -197,7 +197,7 @@ module.exports = {
}
}
}
res.json(module);
res.json(redNodes.getModuleInfo(mod));
} catch(err) {
res.send(400,err.toString());
}