Skip to content

Commit 2a7ec86

Browse files
committed
correccion de errores
1 parent fcfa401 commit 2a7ec86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ document.addEventListener('DOMContentLoaded', async function () {
1212

1313
async function consumirApiProductosCarrete() {
1414
try {
15-
const respuesta = await fetch('.gt/js/productosCarrete.json');
15+
const respuesta = await fetch('./js/productosCarrete.json');
1616
const datos = await respuesta.json();
1717
return datos;
1818
} catch (error) {

0 commit comments

Comments
 (0)