Skip to content

Commit dc783fe

Browse files
committed
Fixed database loading issue
1 parent d5b6026 commit dc783fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function fetchData() {
4949
document.getElementById('dashboard').classList.add('hidden');
5050

5151
// Change this line to use the GitHub raw URL
52-
const response = await fetch('../data/Compromised-Discord-Accounts.json');
52+
const response = await fetch('https://raw.githubusercontent.com/ThatSINEWAVE/Malicious-URLs-DB/refs/heads/main/data/Compromised-Discord-Accounts.json');
5353
if (!response.ok) {
5454
throw new Error('Failed to fetch data');
5555
}

0 commit comments

Comments
 (0)