Edits history of script submission #22587 for ' List Apps (windmillhub)'

  • bunnative
    One script reply has been approved by the moderators
    Ap­pro­ved
    //native
    
    // Should return {apps: [{…},…]}
    
    export async function main() {
      const url = "https://hub.windmill.dev/searchAppData";
      const response = await fetch(url);
      return await response.json();
    }
    

    Submitted by hugo989 5 days ago