Skip to content

Commit

Permalink
json externo noutra pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
samiwinho committed Nov 3, 2023
1 parent 4efb05c commit cf066b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3 class="semanaInfo" style="font-weight: lighter; padding-left: 1rem;"></h3>

<script>
// Carregue os dados do programa a partir do arquivo JSON
fetch('https://samiwinho.github.io/fanzeres/dados-programacao.json')
fetch('https://samiwinho.github.io/dados-programacao/dados-programacao.json')
.then(response => response.json())
.then(programaData => {

Expand Down

0 comments on commit cf066b5

Please sign in to comment.