Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacon_Space authored Oct 7, 2023
1 parent 822da4a commit c7cd218
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 @@ -41,7 +41,7 @@ <h2>User Information</h2>
let bannedUsers = [];

// Fetch the banned user list from the given URL
fetch('https://polyextended.github.io/lookup/banned.json')
fetch('banned.json')
.then(response => response.json())
.then(data => {
bannedUsers = data.users;
Expand Down

0 comments on commit c7cd218

Please sign in to comment.