mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 14:41:22 +00:00
refactoring remotes to remove deprecated variables, adding tests
This commit is contained in:
@@ -134,8 +134,6 @@ func (s *Server) Handler() http.Handler {
|
||||
repo.Use(session.MustPull)
|
||||
|
||||
repo.GET("", api.GetRepo)
|
||||
repo.GET("/key", api.GetRepoKey)
|
||||
repo.POST("/key", api.PostRepoKey)
|
||||
repo.GET("/builds", api.GetBuilds)
|
||||
repo.GET("/builds/:number", api.GetBuild)
|
||||
repo.GET("/logs/:number/:job", api.GetBuildLogs)
|
||||
|
Reference in New Issue
Block a user