more auth changes + add tokenman page

This commit is contained in:
Enstrayed
2025-05-04 19:15:26 -07:00
parent a37c6033df
commit 080f58baa0
3 changed files with 86 additions and 5 deletions

View File

@@ -39,10 +39,6 @@ app.get("/posts/*", (rreq,rres) => {
})
app.get("/urltoolbox", (rreq,rres) => {
rres.send("Under construction")
})
function parseFiles() {
let files = fs.readdirSync(process.cwd()+"/website/posts")
let result = ""