feat:添加管理员登录
This commit is contained in:
9
src/api/index.ts
Normal file
9
src/api/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export { API_V1_PREFIX } from "@/api/paths";
|
||||
export { getAdminCaptcha, postAdminLogin } from "@/api/admin-auth";
|
||||
export { getAdminPing } from "@/api/admin-ping";
|
||||
export type {
|
||||
AdminAuthCaptchaResponse,
|
||||
AdminAuthLoginRequest,
|
||||
AdminAuthLoginResponse,
|
||||
AdminPingResponse,
|
||||
} from "@/types/api";
|
||||
Reference in New Issue
Block a user