We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfa401 commit 2a7ec86Copy full SHA for 2a7ec86
js/index.js
@@ -12,7 +12,7 @@ document.addEventListener('DOMContentLoaded', async function () {
12
13
async function consumirApiProductosCarrete() {
14
try {
15
- const respuesta = await fetch('.gt/js/productosCarrete.json');
+ const respuesta = await fetch('./js/productosCarrete.json');
16
const datos = await respuesta.json();
17
return datos;
18
} catch (error) {
0 commit comments