diff --git a/services/api.mjs b/services/api.mjs index 67a9002..d828cb8 100644 --- a/services/api.mjs +++ b/services/api.mjs @@ -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 -}; \ No newline at end of file +};