mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 18:31:00 +00:00
Merge pull request #507 from Bugagazavr/exp-gitlab_post_login
Post login form to GetLogin handler
This commit is contained in:
commit
7e21d0fe9a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ func main() {
|
|||
goji.Get("/api/stream/stdout/:id", handler.WsConsole)
|
||||
goji.Get("/api/stream/user", handler.WsUser)
|
||||
goji.Get("/api/auth/:host", handler.GetLogin)
|
||||
goji.Get("/api/auth/:host", handler.GetLogin)
|
||||
goji.Post("/api/auth/:host", handler.GetLogin)
|
||||
goji.Get("/api/badge/:host/:owner/:name/status.svg", handler.GetBadge)
|
||||
goji.Get("/api/badge/:host/:owner/:name/cc.xml", handler.GetCC)
|
||||
goji.Get("/api/hook/:host", handler.PostHook)
|
||||
|
|
Loading…
Reference in a new issue