chore: update workspace api

This commit is contained in:
Steven
2023-06-24 22:57:16 +08:00
parent a27457c4d3
commit ff963e36d7
5 changed files with 29 additions and 44 deletions

View File

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