chore: rename status to profile

This commit is contained in:
Steven
2023-06-24 23:01:10 +08:00
parent ff963e36d7
commit 6b0b53269b
5 changed files with 13 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import axios from "axios";
export function getSystemStatus() {
return axios.get<SystemStatus>("/api/v1/workspace/status");
export function getWorkspaceProfile() {
return axios.get<WorkspaceProfile>("/api/v1/workspace/profile");
}
export function signin(email: string, password: string) {