colocando mais força

This commit is contained in:
Gabriel Lira Figueira 2025-10-29 19:15:00 -03:00
commit b8937e1310

View File

@ -105,4 +105,4 @@ export const api = {
patch: (endpoint, data, options) => request(endpoint, { method: "PATCH", body: JSON.stringify(data), ...options }),
delete: (endpoint, options) => request(endpoint, { method: "DELETE", ...options }),
logout: logout, // Exportando a função de logout
};
};