test creating excel report from inventory table
Some checks failed
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / End-to-End (push) Waiting to run
CI / Publish Docker (push) Blocked by required conditions
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-26 21:22:45 +10:00
parent dcbbff830d
commit f88b812fa9
5 changed files with 136 additions and 9 deletions

View File

@@ -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)
}