using new examples for testing

This commit is contained in:
anovazzi1 2023-07-10 11:36:16 -03:00
commit c8cdb89da1

View file

@ -76,7 +76,7 @@ export async function postValidatePrompt(
*/
export async function getExamples(): Promise<FlowType[]> {
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) => {