mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-21 21:17:04 +02:00
fix broadcast typo.
This commit is contained in:
parent
6a9cb24743
commit
6d72a795ef
4 changed files with 9 additions and 9 deletions
|
@ -62,8 +62,8 @@ func (h *RoomHandler) Route(r types.Router) {
|
|||
|
||||
r.With(auth.AdminsOnly).Route("/broadcast", func(r types.Router) {
|
||||
r.Get("/", h.broadcastStatus)
|
||||
r.Post("/start", h.boradcastStart)
|
||||
r.Post("/stop", h.boradcastStop)
|
||||
r.Post("/start", h.broadcastStart)
|
||||
r.Post("/stop", h.broadcastStop)
|
||||
})
|
||||
|
||||
r.With(auth.CanAccessClipboardOnly).With(auth.HostsOnly).Route("/clipboard", func(r types.Router) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue