mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-11 16:17:31 +02:00
xclip minor changes + image.
This commit is contained in:
parent
1e479dc03f
commit
5c9a57ee91
3 changed files with 68 additions and 5 deletions
|
@ -43,6 +43,9 @@ func (h *RoomHandler) Route(r chi.Router) {
|
|||
r.Get("/targets", h.clipboardGetTargets)
|
||||
r.Get("/html", h.clipboardGetRichText)
|
||||
r.Post("/html", h.clipboardSetRichText)
|
||||
r.Get("/image", h.clipboardGetImage)
|
||||
// TODO: Refactor.
|
||||
//r.Post("/image", h.clipboardSetImage)
|
||||
})
|
||||
|
||||
r.Route("/keyboard", func(r chi.Router) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue