🐛 fix(API/index.ts): update examples API URL to use the 'main' branch instead of 'fix_examples' branch
This commit is contained in:
parent
0ec0be6770
commit
3effba2dbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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?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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue