diff --git a/bun.lockb b/bun.lockb index 6d62a4b..6cd3ebc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/services/todolist-api/auth/auth.api.ts b/src/services/todolist-api/auth/auth.api.ts index 030be27..b87477f 100644 --- a/src/services/todolist-api/auth/auth.api.ts +++ b/src/services/todolist-api/auth/auth.api.ts @@ -26,11 +26,6 @@ export const AuthApi = { return res.data }, - async logout() { - const res = await todolistApiInstance.delete("/auth/login") - - return handleError(res.data) - }, async me() { const res = await todolistApiInstance.get("/auth/me")