fix: register face-gallery build route
This commit is contained in:
parent
bfb8334379
commit
4cbc629a17
@ -664,6 +664,7 @@ func (u *UI) Routes() (chi.Router, error) {
|
||||
r.Get("/alarms", u.pageAlarms)
|
||||
r.Get("/face-gallery", u.pageFaceGallery)
|
||||
r.Post("/face-gallery/import", u.actionFaceGalleryImport)
|
||||
r.Post("/face-gallery/build", u.actionFaceGalleryBuild)
|
||||
r.Post("/face-gallery/add", u.actionFaceGalleryAdd)
|
||||
r.Post("/face-gallery/delete", u.actionFaceGalleryDelete)
|
||||
r.Post("/face-gallery/rename", u.actionFaceGalleryRename)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user