Add a report confirmation page

This commit is contained in:
Eli Ribble 2025-11-05 22:03:33 +00:00
parent a2a0fdb90a
commit 711302f25d
No known key found for this signature in database
4 changed files with 232 additions and 0 deletions

View file

@ -61,6 +61,7 @@ func main() {
r.Get("/qr-code/report/{code}", getQRCodeReport)
r.Get("/report", getReport)
r.Get("/report/{code}", getReportDetail)
r.Get("/report/{code}/confirm", getReportConfirmation)
r.Get("/report/{code}/contribute", getReportContribute)
r.Get("/report/{code}/evidence", getReportEvidence)
r.Get("/report/{code}/schedule", getReportSchedule)