v4.6.5 (#620)
This commit is contained in:
@@ -2,4 +2,6 @@ import { GET, POST, PUT, DELETE } from '@/web/common/api/request';
|
||||
import { UrlFetchParams, UrlFetchResponse } from '@fastgpt/global/common/file/api.d';
|
||||
|
||||
export const postFetchUrls = (data: UrlFetchParams) =>
|
||||
POST<UrlFetchResponse>(`/common/tools/urlFetch`, data);
|
||||
POST<UrlFetchResponse>(`/common/tools/urlFetch`, data, {
|
||||
timeout: 300000
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user