make manifest.json public

This commit is contained in:
nkanaev
2025-09-23 17:24:37 +01:00
parent b7895f6743
commit be8ba62bb1

View File

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