remove logout

This commit is contained in:
2024-08-15 19:52:27 +02:00
parent a39e54d613
commit 0f10f88350
2 changed files with 0 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -26,11 +26,6 @@ export const AuthApi = {
return res.data return res.data
}, },
async logout() {
const res = await todolistApiInstance.delete<LogoutResponse>("/auth/login")
return handleError(res.data)
},
async me() { async me() {
const res = await todolistApiInstance.get<MeResponse>("/auth/me") const res = await todolistApiInstance.get<MeResponse>("/auth/me")