修改部分问题
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ export async function login(loginRequest: LoginRequest): Promise<User> {
|
||||
}
|
||||
|
||||
export async function logout() {
|
||||
await WebClient.get<void>("/auth/logout")
|
||||
await WebClient.post<void>("/auth/logout")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user