- Aggiornato i vari .ENV
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user