From c6523f1b0d8e32e42bec4151df3a44f6d692a7f6 Mon Sep 17 00:00:00 2001 From: joao_pedro Date: Wed, 22 Oct 2025 10:32:06 -0300 Subject: [PATCH] Solucao para token expirado --- src/components/utils/Functions-Endpoints/General.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/utils/Functions-Endpoints/General.js b/src/components/utils/Functions-Endpoints/General.js index e77f9f89..862375cd 100644 --- a/src/components/utils/Functions-Endpoints/General.js +++ b/src/components/utils/Functions-Endpoints/General.js @@ -24,4 +24,9 @@ import API_KEY from "../apiKeys"; return userInfoData } +const UploadFotoAvatar = ( userID,access_token,file) => { + + +} + export {UserInfos} \ No newline at end of file