http: GET /setup landing page with expiry handling
This commit is contained in:
@@ -137,6 +137,8 @@ func (s *Server) routes(r chi.Router) {
|
||||
r.Get("/login", s.handleUILoginGet)
|
||||
r.Post("/login", s.handleUILoginPost)
|
||||
r.Post("/logout", s.handleUILogoutPost)
|
||||
r.Get("/setup", s.handleUISetupGet)
|
||||
r.Post("/setup", s.handleUISetupPost)
|
||||
}
|
||||
|
||||
// Viewer band — anyone authenticated can read.
|
||||
|
||||
Reference in New Issue
Block a user