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

Remove unimplemented flow.enable/disable functions

This commit is contained in:
Nick O'Leary 2016-01-18 10:53:31 +00:00
parent 3902a343f3
commit 3288efdad6

View File

@ -132,8 +132,8 @@ module.exports = {
getFlow: flows.getFlow, getFlow: flows.getFlow,
updateFlow: flows.updateFlow, updateFlow: flows.updateFlow,
removeFlow: flows.removeFlow, removeFlow: flows.removeFlow,
disableFlow: flows.disableFlow, // disableFlow: flows.disableFlow,
enableFlow: flows.enableFlow, // enableFlow: flows.enableFlow,
// Credentials // Credentials