Skip to content

Commit

Permalink
feat: update source data url
Browse files Browse the repository at this point in the history
  • Loading branch information
yokoberek authored May 6, 2024
1 parent 2d360c1 commit fcf4e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ document.addEventListener("DOMContentLoaded", function() {
const storiesContainer = document.getElementById("stories-container");

// Ambil data cerita dari URL
fetch("https://raw.githubusercontent.com/antheiz/mops/master/data.json")
fetch("https://raw.githubusercontent.com/papua-opensource/mops/master/data.json")
.then(response => response.json())
.then(data => {
// Tampilkan cerita dalam HTML
Expand Down

0 comments on commit fcf4e09

Please sign in to comment.