#1128: API calls are not hidden behind sign in
This commit is contained in:
parent
71b9a87fe1
commit
ff051e2106
6 changed files with 16 additions and 4 deletions
|
@ -242,7 +242,7 @@ func runWeb(ctx *cli.Context) {
|
|||
ctx.HandleAPI(404, "Page not found")
|
||||
})
|
||||
})
|
||||
})
|
||||
}, ignSignIn)
|
||||
|
||||
// User.
|
||||
m.Group("/user", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue