test creating excel report from inventory table
This commit is contained in:
@@ -31,5 +31,7 @@ func New(logger *slog.Logger, database db.Database, buildTime string, sha1ver st
|
||||
// temporary endpoint
|
||||
//mux.HandleFunc("/api/cleanup/updates", h.UpdateCleanup)
|
||||
|
||||
mux.HandleFunc("/api/report/download", h.ReportDownload)
|
||||
|
||||
return middleware.NewLoggingMiddleware(logger, mux)
|
||||
}
|
||||
|
Reference in New Issue
Block a user