main groundwork for oidc handling

This commit is contained in:
Enstrayed
2025-04-20 18:30:29 -07:00
parent 74cf834699
commit d07d75c994
2 changed files with 36 additions and 2 deletions

View File

@@ -12,4 +12,8 @@ app.get("/api/debugtokencheck", (rreq,rres) => {
})
})
app.get("/api/debugurl", (rreq,rres) => {
rres.send(`${rreq.protocol}://${rreq.get("Host")}`)
})
export { app }