mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 12:52:48 +00:00
* move file * perf: dataset file manage * v441 description * fix: qa csv update file * feat: rename file * frontend show system-version
5 lines
196 B
TypeScript
5 lines
196 B
TypeScript
import { GET, POST, PUT } from './request';
|
|
import type { InitDateResponse } from '@/pages/api/system/getInitData';
|
|
|
|
export const getInitData = () => GET<InitDateResponse>('/system/getInitData');
|