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

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,