main groundwork for oidc handling
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user