From 557233ad02bc2bed788993e6bf1a73021b3310f2 Mon Sep 17 00:00:00 2001 From: Matias Ramirez Date: Sat, 3 Feb 2024 11:08:27 -0300 Subject: [PATCH] fix: se coloca url correcto en produccion --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 1bb81fc..6f11cf8 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,4 +1,4 @@ -const URL = "http://localhost:8080/api/contribuyente"; +const URL = "https://turuc.com.py/api/contribuyente"; const MAX_LENGTH = 50; const MIN_LENGTH = 3; module.exports = { URL, MAX_LENGTH, MIN_LENGTH};