Add privacy page for Nidus
This commit is contained in:
parent
5d8649ffe5
commit
aeaf45fa2b
6 changed files with 12 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue