mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Flow Engine refactor
Each flow/tab now exists as its own logical object. This is the ground work for allowing flows to be added/removed/updated independently.
This commit is contained in:
@@ -140,6 +140,7 @@ module.exports = {
|
||||
|
||||
// Flow handling
|
||||
loadFlows: flows.load,
|
||||
startFlows: flows.startFlows,
|
||||
stopFlows: flows.stopFlows,
|
||||
setFlows: flows.setFlows,
|
||||
getFlows: flows.getFlows,
|
||||
@@ -149,4 +150,3 @@ module.exports = {
|
||||
getCredentials: credentials.get,
|
||||
deleteCredentials: credentials.delete
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user