No need to auth getting a list of streams, that's public.
This commit is contained in:
parent
3c9a624d66
commit
d9a4c226de
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ func GetApiLogout(c *fiber.Ctx) error {
|
|||
}
|
||||
|
||||
func GetApiStream(c *fiber.Ctx) error {
|
||||
_, err := CheckAuthed(c, false)
|
||||
if err != nil { return IfErrNil(err, c) }
|
||||
|
||||
sql, args, err := sq.Select("*").From("stream").ToSql()
|
||||
err = data.SelectJson[data.Stream](c, err, sql, args...)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue