Add privacy page for Nidus

This commit is contained in:
Eli Ribble 2026-01-22 18:37:00 +00:00
parent 5d8649ffe5
commit aeaf45fa2b
No known key found for this signature in database
6 changed files with 12 additions and 10 deletions

View file

@ -49,6 +49,8 @@ func Router() chi.Router {
r.Get("/oauth/refresh", getOAuthRefresh)
r.Get("/privacy", getPrivacy)
r.Get("/qr-code/report/{code}", getQRCodeReport)
r.Get("/signin", getSignin)
r.Post("/signin", postSignin)