mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-22 14:16:18 +00:00
parent
6be61e6c9a
commit
182a236793
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ func apiRoutes(e *gin.Engine) {
|
||||||
|
|
||||||
stream := apiBase.Group("/stream")
|
stream := apiBase.Group("/stream")
|
||||||
{
|
{
|
||||||
stream.GET("/logs/:owner/:name/:pipeline/:stepId",
|
stream.GET("/logs/:repo_id/:pipeline/:stepId",
|
||||||
session.SetRepo(),
|
session.SetRepo(),
|
||||||
session.SetPerm(),
|
session.SetPerm(),
|
||||||
session.MustPull,
|
session.MustPull,
|
||||||
|
|
Loading…
Reference in a new issue