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) => {