mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-01 10:22:35 +02:00
add control reset.
This commit is contained in:
parent
179a22476c
commit
f9b62073ef
2 changed files with 19 additions and 0 deletions
|
@ -58,6 +58,7 @@ func (h *RoomHandler) Route(r chi.Router) {
|
|||
|
||||
r.With(auth.AdminsOnly).Post("/take", h.controlTake)
|
||||
r.With(auth.AdminsOnly).Post("/give", h.controlGive)
|
||||
r.With(auth.AdminsOnly).Post("/reset", h.controlReset)
|
||||
})
|
||||
|
||||
r.Route("/screen", func(r chi.Router) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue