Skip to content

Commit

Permalink
Json Gustavo
Browse files Browse the repository at this point in the history
  • Loading branch information
IagoLima06 committed Jun 30, 2024
1 parent 28d2c01 commit 08dc329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codigo/assets/js/scriptVerificador.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function verifyLink() {
let isTrusted = false;
let found = false; // Variável para indicar se a URL foi encontrada no JSON
try {
const response = await fetch('urls.json');
const response = await fetch('../assets/js/urlsVerificador.json');
const data = await response.json();
const { urls } = data;
found = urls.some(item => {
Expand Down

0 comments on commit 08dc329

Please sign in to comment.