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
1 changed files with 2 additions and 1 deletions

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,