Add support for generating the QR code in the page.
This commit is contained in:
parent
24aa1b88ef
commit
c99a5a3f62
6 changed files with 77 additions and 47 deletions
1
main.go
1
main.go
|
|
@ -58,6 +58,7 @@ func main() {
|
|||
r.Use(sessionManager.LoadAndSave)
|
||||
|
||||
r.Get("/", getRoot)
|
||||
r.Get("/qr-code/report/{code}", getQRCodeReport)
|
||||
r.Get("/report", getReport)
|
||||
r.Post("/signin", postSignin)
|
||||
r.Get("/signup", getSignup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue