Add initial report outline page.

This commit is contained in:
Eli Ribble 2025-11-05 21:05:10 +00:00
parent ac736cced1
commit f6acb6ab83
No known key found for this signature in database
4 changed files with 284 additions and 0 deletions

View file

@ -58,6 +58,7 @@ func main() {
r.Use(sessionManager.LoadAndSave)
r.Get("/", getRoot)
r.Get("/report", getReport)
r.Post("/signin", postSignin)
r.Get("/signup", getSignup)
r.Post("/signup", postSignup)