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