mirror of
https://github.com/domfelipe/controle-inventario.git
synced 2026-08-07 11:06:45 +00:00
Update index.html
This commit is contained in:
parent
78b31fdecf
commit
d9bc2e8f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Caminho relativo para o arquivo JSON hospedado no mesmo domínio (GitHub Pages)
|
// 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)
|
fetch(fileUrl)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue