Correccion de errores
This commit is contained in:
Binary file not shown.
@@ -41,6 +41,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
|
|
||||||
let configuracionGlobal = {};
|
let configuracionGlobal = {};
|
||||||
|
|
||||||
|
const API_URL = '/api';
|
||||||
|
|
||||||
function formatearPesosSinDecimales(valor) {
|
function formatearPesosSinDecimales(valor) {
|
||||||
const numero = Number(valor);
|
const numero = Number(valor);
|
||||||
if (isNaN(numero)) return '';
|
if (isNaN(numero)) return '';
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /api/ {
|
location /api/ {
|
||||||
proxy_pass http://localhost:3000/;
|
proxy_pass http://localhost:3000;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
Reference in New Issue
Block a user