From c8cdb89da1e0d1173e007e5d296dae18d7ce8e8d Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Mon, 10 Jul 2023 11:36:16 -0300 Subject: [PATCH] using new examples for testing --- src/frontend/src/controllers/API/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/controllers/API/index.ts b/src/frontend/src/controllers/API/index.ts index 2d6f951f0..6970ac8bf 100644 --- a/src/frontend/src/controllers/API/index.ts +++ b/src/frontend/src/controllers/API/index.ts @@ -76,7 +76,7 @@ export async function postValidatePrompt( */ export async function getExamples(): Promise { const url = - "https://api.github.com/repos/logspace-ai/langflow_examples/contents/examples"; + "https://api.github.com/repos/logspace-ai/langflow_examples/contents/examples?ref=fix_examples"; const response = await axios.get(url); const jsonFiles = response.data.filter((file: any) => {