diff --git a/src/frontend/src/controllers/API/index.ts b/src/frontend/src/controllers/API/index.ts index 6970ac8bf..7668fea0a 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?ref=fix_examples"; + "https://api.github.com/repos/logspace-ai/langflow_examples/contents/examples?ref=main"; const response = await axios.get(url); const jsonFiles = response.data.filter((file: any) => {