Edits history of script submission #169 for ' List Flows (windmillhub)'

  • deno
    // 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 hugo697 397 days ago

  • deno
    // 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 jaller94 1346 days ago