//native // Should return {flows: [{…},…]} export async function main() { const url = "https://hub.windmill.dev/searchFlowData"; const response = await fetch(url); return await response.json(); }
Submitted by hugo989 5 days ago