diff --git a/.env b/.env index 6160c3f..bae8a6f 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -DEBUG_MODE=true +VITE_DEBUG_MODE=false -VITE_EFC_API_URL=https://api.efc-aduanasoft.com/api/v1 -VITE_EFC_MICROSERVICE_URL=https://api.efc-aduanasoft.com/microservice/api/v1 +VITE_EFC_API_URL=http://192.168.1.195:8000/api/v1 +VITE_EFC_MICROSERVICE_URL=http://192.168.1.195:8001/api/v1 diff --git a/src/components/NotificationBell.jsx b/src/components/NotificationBell.jsx index 4d4976c..24d07f3 100644 --- a/src/components/NotificationBell.jsx +++ b/src/components/NotificationBell.jsx @@ -57,25 +57,33 @@ export default function NotificationBell() { switch (tipo) { case 'success': return ( -