mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-21 21:17:04 +02:00
shot.jpg.
This commit is contained in:
parent
fdd98377b3
commit
1ffbe337d4
2 changed files with 3 additions and 2 deletions
|
@ -62,7 +62,7 @@ func (h *RoomHandler) Route(r chi.Router) {
|
|||
|
||||
r.Route("/screen", func(r chi.Router) {
|
||||
r.With(auth.CanWatchOnly).Get("/", h.screenConfiguration)
|
||||
r.With(auth.CanWatchOnly).Get("/image", h.screenImageGet)
|
||||
r.With(auth.CanWatchOnly).Get("/shot.jpg", h.screenShotGet)
|
||||
r.With(auth.CanWatchOnly).Get("/cast.jpg", h.screenCastGet)
|
||||
|
||||
r.With(auth.AdminsOnly).Post("/", h.screenConfigurationChange)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue