mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 17:55:24 +00:00
V4.6.6-1 (#656)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { GET, POST, PUT, DELETE } from '@/web/common/api/request';
|
||||
import type { InitDateResponse } from '@/global/common/api/systemRes';
|
||||
|
||||
export const getSystemInitData = () => GET<InitDateResponse>('/system/getInitData');
|
||||
export const getSystemInitData = () => GET<InitDateResponse>('/common/system/getInitData');
|
||||
|
Reference in New Issue
Block a user