Fase 3: Refactorizado SignalR a un hook reutilizable (useSignalR) y conectado al Dashboard.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user