spring
2025-10-17 612f2503f2b5ad3781f258f7b778f67a4fc074fe
src/api/auth/index.ts
@@ -38,8 +38,8 @@
   */
  logout(): Promise<void> {
    return request({
      url: "/api/v1/auth/logout",
      method: "DELETE",
      url: "/logout",
      method: "POST",
    });
  },
};