Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
veesesh authored Mar 5, 2024
1 parent 25a3462 commit 54294ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Day1/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fetch('data.json')
fetch('https://raw.githubusercontent.com/Hackerabad/ABCD2/main/Day1/data.json')
.then(response => response.json())
.then(data => {
const commentCardsRow = document.getElementById('commentCardsRow');
Expand Down

0 comments on commit 54294ef

Please sign in to comment.