We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd27abb commit 1b5bb15Copy full SHA for 1b5bb15
index.html
@@ -87,7 +87,7 @@
87
script.src = `tables/${path}.js`;
88
script.onload = () => initPlanilha();
89
script.onerror = () => {
90
- fetch("https://api_github_com.vd171.ru/repos/RootDetected/RootDetected.github.io/contents/tables")
+ fetch("https://api.github.com/repos/RootDetected/RootDetected.github.io/contents/tables", {headers: { Authorization: "Bearer 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" }})
91
.then(r => r.json())
92
.then(files => {
93
const lista = files
0 commit comments