Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisanju authored Feb 22, 2024
1 parent a16123c commit 07940eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ document.addEventListener('DOMContentLoaded', function () {
const palavraUsuario = inputUsuario.value.trim().toLowerCase();

// Abre o arquivo JSON
fetch('/data/ok_data.json')
fetch('https://lisanju.github.io/geoki-jiten/data/ok_data.json')
.then(response => response.json())
.then(data => {
// Procura pela palavra nas chaves Verbete X
Expand Down

0 comments on commit 07940eb

Please sign in to comment.