Bug fix
This commit is contained in:
parent
be45057c3a
commit
cad2ced394
4 changed files with 10 additions and 10 deletions
2
web.go
2
web.go
|
@ -92,7 +92,7 @@ func runWeb(*cli.Context) {
|
|||
|
||||
// Routers.
|
||||
m.Get("/", ignSignIn, routers.Home)
|
||||
m.Any("/install", routers.Install)
|
||||
m.Any("/install", binding.BindIgnErr(auth.InstallForm{}), routers.Install)
|
||||
m.Get("/issues", reqSignIn, user.Issues)
|
||||
m.Get("/pulls", reqSignIn, user.Pulls)
|
||||
m.Get("/stars", reqSignIn, user.Stars)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue