mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #533 from knolleary/deploy
Add smarter deployment options
This commit is contained in:
@@ -102,7 +102,7 @@ module.exports = {
|
||||
credentials: credentials,
|
||||
|
||||
clearFlows: function() {
|
||||
return flows.clear();
|
||||
return flows.stopFlows();
|
||||
},
|
||||
|
||||
request: function() {
|
||||
|
Reference in New Issue
Block a user