Skip to content

Commit

Permalink
fix: se coloca url correcto en produccion
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezsebas committed Feb 3, 2024
1 parent a91cbb7 commit 557233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -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};

0 comments on commit 557233a

Please sign in to comment.