Add a report confirmation page
This commit is contained in:
parent
a2a0fdb90a
commit
711302f25d
4 changed files with 232 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue