mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-03 01:47:52 +02:00
upload dialog API.
This commit is contained in:
parent
98dc08cba9
commit
2b3bb6e21a
4 changed files with 126 additions and 0 deletions
|
@ -69,6 +69,7 @@ func (h *RoomHandler) Route(r chi.Router) {
|
|||
|
||||
r.With(h.uploadMiddleware).Route("/upload", func(r chi.Router) {
|
||||
r.Post("/drop", h.uploadDrop)
|
||||
r.Post("/dialog", h.uploadDialog)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue