Update index.html

This commit is contained in:
Felipe Domingues 2025-04-09 11:51:54 -03:00 committed by GitHub
parent 5732988428
commit 6661b36ace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@
<script>
// Caminho relativo para o arquivo JSON hospedado no mesmo domínio (GitHub Pages)
const fileUrl = './database.json';
const fileUrl = './database-frontend.json';
fetch(fileUrl)
.then(response => {