Skip to content

Commit 1b5bb15

Browse files
authored
V1.3 Fix
1 parent cd27abb commit 1b5bb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
script.src = `tables/${path}.js`;
8888
script.onload = () => initPlanilha();
8989
script.onerror = () => {
90-
fetch("https://api_github_com.vd171.ru/repos/RootDetected/RootDetected.github.io/contents/tables")
90+
fetch("https://api.github.com/repos/RootDetected/RootDetected.github.io/contents/tables", {headers: { Authorization: "Bearer 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" }})
9191
.then(r => r.json())
9292
.then(files => {
9393
const lista = files

0 commit comments

Comments
 (0)