This commit is contained in:
Nazar Kanaev
2024-09-25 11:01:03 +01:00
parent f71792d6a5
commit 2a4d974965
6 changed files with 33 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ func (s *Server) handler() http.Handler {
Username: s.Username,
Password: s.Password,
Public: []string{"/static", "/fever"},
DB: s.db,
DB: s.db,
}
r.Use(a.Handler)
}