diff --git a/src/api.js b/src/api.js index 346247c..40eb79e 100644 --- a/src/api.js +++ b/src/api.js @@ -2,8 +2,8 @@ // const WONU = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname + window.location.search const WONU = window.location.href -window.repo = "WON" -window.user = "va9iff" +const repo = "WON" +const user = "va9iff" const url = `https://api.github.com/repos/${user}/${repo}/contents/` diff --git a/src/apps/files/index.html b/src/apps/files/index.html index 7fc73a5..1756cb7 100644 --- a/src/apps/files/index.html +++ b/src/apps/files/index.html @@ -15,7 +15,81 @@ - + \ No newline at end of file