mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 19:48:21 +00:00
adding full support for Gogs including private repositories
This commit is contained in:
@@ -32,6 +32,7 @@ func Load(middleware ...gin.HandlerFunc) http.Handler {
|
||||
|
||||
e.GET("/", cache.Repos, controller.ShowIndex)
|
||||
e.GET("/login", controller.ShowLogin)
|
||||
e.GET("/login/form", controller.ShowLoginForm)
|
||||
e.GET("/logout", controller.GetLogout)
|
||||
|
||||
settings := e.Group("/settings")
|
||||
|
Reference in New Issue
Block a user