Add a fake schedule page

This commit is contained in:
Eli Ribble 2025-11-05 21:57:59 +00:00
parent 056b871c38
commit a2a0fdb90a
No known key found for this signature in database
4 changed files with 335 additions and 0 deletions

View file

@ -63,6 +63,7 @@ func main() {
r.Get("/report/{code}", getReportDetail)
r.Get("/report/{code}/contribute", getReportContribute)
r.Get("/report/{code}/evidence", getReportEvidence)
r.Get("/report/{code}/schedule", getReportSchedule)
r.Post("/signin", postSignin)
r.Get("/signup", getSignup)
r.Post("/signup", postSignup)