Skip to content

Commit

Permalink
Updating the endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 27, 2025
1 parent 5246f94 commit a4cc682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func (r *Router) loadRoutes() {
}
streamChannel := public.Group("/playout/channel")
{
streamChannel.GET("", r.public.ListChannels)
streamChannel.GET("s", r.public.ListChannels)
streamChannel.GET("/:channelShortName", r.public.GetChannel)
}
}
Expand Down

0 comments on commit a4cc682

Please sign in to comment.