UDT-002: Logout + Refresh Token con rotación y chain revocation #3

Merged
dmolinari merged 36 commits from feature/UDT-002 into main 2026-04-14 17:37:47 +00:00
Showing only changes of commit 3b66415e17 - Show all commits

View File

@@ -1,6 +1,6 @@
import axios from 'axios'
const API_URL = import.meta.env['VITE_API_URL'] ?? 'http://localhost:5000'
const API_URL = import.meta.env['VITE_API_URL'] ?? 'http://localhost:5212'
export const axiosClient = axios.create({
baseURL: API_URL,