chore: update middleware skipper (#887)

* chore: update middleware skipper

* chore: update
This commit is contained in:
boojack
2023-01-01 23:26:21 +08:00
committed by GitHub
parent 293f88e40c
commit a797280e3f
13 changed files with 83 additions and 157 deletions

View File

@ -34,7 +34,7 @@ export function signup(username: string, password: string, role: UserRole) {
}
export function signout() {
return axios.post("/api/auth/logout");
return axios.post("/api/auth/signout");
}
export function createUser(userCreate: UserCreate) {