Update index.html

This commit is contained in:
Felipe Domingues 2025-04-09 12:09:45 -03:00 committed by GitHub
parent 78b31fdecf
commit d9bc2e8f6f
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-frontend.json';
const fileUrl = './database_frontend.json';
fetch(fileUrl)
.then(response => {