Fase 3: Refactorizado SignalR a un hook reutilizable (useSignalR) y conectado al Dashboard.

This commit is contained in:
2025-10-28 12:26:49 -03:00
parent 7eee798c99
commit 9be62937bd
8 changed files with 347 additions and 54 deletions

View File

@@ -3,7 +3,7 @@
import axios from 'axios';
import type { Titular } from '../types';
const API_URL = 'https://localhost:5174/api';
const API_URL = 'http://localhost:5174/api';
const apiClient = axios.create({
baseURL: API_URL,