mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-07 13:42:34 +00:00
chore: update workspace api
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user