From 01376c361133e51e5be9246d57efd6782ff24ec6 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Wed, 24 Dec 2025 19:24:53 -0300 Subject: [PATCH] refactor: add prod api url --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index fca3858..f825c2d 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,4 +1,4 @@ export const environment = { prod: true, - apiUrl: 'http://localhost:333', + apiUrl: 'https://agenda-web-go.gabilandia.com', };