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

Fix api call to reload flows

Fixes #2726
This commit is contained in:
Nick O'Leary 2020-10-19 12:56:40 +01:00
parent e62fd7ed15
commit 12d56b8b03
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -711,7 +711,8 @@ module.exports = {
* @return a promise for the loading of the config
*/
load: load,
loadFlows: load,
get:getNode,
eachNode: eachNode,