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:
parent
dd5821ee1b
commit
a5064b3ab6
@ -197,7 +197,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
}
|
||||
res.json(module);
|
||||
res.json(redNodes.getModuleInfo(mod));
|
||||
} catch(err) {
|
||||
res.send(400,err.toString());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user