forked from RiseUP/riseup-squad21
colocando mais força
This commit is contained in:
commit
b8937e1310
@ -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
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user