From 3d626de63fde3c9c4386a6fbd64af2a54cd81c86 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:31:29 +0000 Subject: [PATCH] Fix: Resolve API errors and deprecation warnings --- src/config/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/api.ts b/src/config/api.ts index 246f05b..96ebfc6 100644 --- a/src/config/api.ts +++ b/src/config/api.ts @@ -1,6 +1,6 @@ // API Configuration and Constants export const API_CONFIG = { - BASE_URL: 'https://karibeo.lesoluciones.net:8443/api', + BASE_URL: 'https://karibeo.lesoluciones.net:8443/api/v1', ENDPOINTS: { // Authentication LOGIN: '/auth/login',