- Aggiornato i vari .ENV

This commit is contained in:
Surya Paolo
2025-03-04 20:20:17 +01:00
parent 723ccf07cf
commit 5aa794ef18
117 changed files with 1354 additions and 2331 deletions

View File

@@ -77,7 +77,7 @@ export const Api = {
},
async checkSession({ token, refresh_token }: any) {
return axios.post(import.meta.env.API_URL + Paths.TOKEN_REFRESH, {
return axios.post(import.meta.env.VITE_API_URL + Paths.TOKEN_REFRESH, {
refresh_token,
}, {
headers: {