mirror of https://github.com/node-red/node-red.git
Remove unimplemented flow.enable/disable functions
parent
3902a343f3
commit
3288efdad6
|
@ -132,8 +132,8 @@ module.exports = {
|
|||
getFlow: flows.getFlow,
|
||||
updateFlow: flows.updateFlow,
|
||||
removeFlow: flows.removeFlow,
|
||||
disableFlow: flows.disableFlow,
|
||||
enableFlow: flows.enableFlow,
|
||||
// disableFlow: flows.disableFlow,
|
||||
// enableFlow: flows.enableFlow,
|
||||
|
||||
|
||||
// Credentials
|
||||
|
|
Loading…
Reference in New Issue