|
@@ -682,7 +682,7 @@ export const getPipelines = async (token: string, urlIdx?: string) => {
|
|
searchParams.append('urlIdx', urlIdx);
|
|
searchParams.append('urlIdx', urlIdx);
|
|
}
|
|
}
|
|
|
|
|
|
- const res = await fetch(`${WEBUI_BASE_URL}/api/v1/pipelines?${searchParams.toString()}`, {
|
|
|
|
|
|
+ const res = await fetch(`${WEBUI_BASE_URL}/api/v1/pipelines/?${searchParams.toString()}`, {
|
|
method: 'GET',
|
|
method: 'GET',
|
|
headers: {
|
|
headers: {
|
|
Accept: 'application/json',
|
|
Accept: 'application/json',
|