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:
parent
3902a343f3
commit
3288efdad6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user