fix(runtime): add HTTP Request node to Node Picker External Data category

This commit is contained in:
Richard Osborne
2025-12-08 21:36:59 +01:00
parent 0a95c3906b
commit dbaf7489dc

View File

@@ -561,7 +561,7 @@ function generateNodeLibrary(nodeRegister) {
}, },
{ {
name: 'External Data', name: 'External Data',
items: ['REST2'] items: ['net.noodl.HTTP', 'REST2']
} }
] ]
}, },