mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
#1128: API calls are not hidden behind sign in
This commit is contained in:
@@ -242,7 +242,7 @@ func runWeb(ctx *cli.Context) {
|
||||
ctx.HandleAPI(404, "Page not found")
|
||||
})
|
||||
})
|
||||
})
|
||||
}, ignSignIn)
|
||||
|
||||
// User.
|
||||
m.Group("/user", func() {
|
||||
|
Reference in New Issue
Block a user