mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-05 14:47:38 +00:00
v4.5.1 (#417)
This commit is contained in:
6
projects/app/src/web/common/plugin/api.ts
Normal file
6
projects/app/src/web/common/plugin/api.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { GET, POST, PUT, DELETE } from '@/web/common/api/request';
|
||||
|
||||
import type { FetchResultItem } from '@fastgpt/global/common/plugin/types/pluginRes.d';
|
||||
|
||||
export const postFetchUrls = (urlList: string[]) =>
|
||||
POST<FetchResultItem[]>(`/plugins/urlFetch`, { urlList });
|
Reference in New Issue
Block a user