Fix: Resolve API errors and deprecation warnings

This commit is contained in:
gpt-engineer-app[bot]
2025-09-25 18:31:29 +00:00
parent b4f1856126
commit 3d626de63f

View File

@@ -1,6 +1,6 @@
// API Configuration and Constants // API Configuration and Constants
export const API_CONFIG = { export const API_CONFIG = {
BASE_URL: 'https://karibeo.lesoluciones.net:8443/api', BASE_URL: 'https://karibeo.lesoluciones.net:8443/api/v1',
ENDPOINTS: { ENDPOINTS: {
// Authentication // Authentication
LOGIN: '/auth/login', LOGIN: '/auth/login',