Correccion de errores

This commit is contained in:
2026-08-05 10:16:57 -05:00
parent 519cd619ec
commit 3b571aa5ee
3 changed files with 3 additions and 1 deletions
BIN
View File
Binary file not shown.
+2
View File
@@ -41,6 +41,8 @@ document.addEventListener('DOMContentLoaded', function () {
let configuracionGlobal = {};
const API_URL = '/api';
function formatearPesosSinDecimales(valor) {
const numero = Number(valor);
if (isNaN(numero)) return '';
+1 -1
View File
@@ -17,7 +17,7 @@ http {
}
location /api/ {
proxy_pass http://localhost:3000/;
proxy_pass http://localhost:3000;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;