fix: register face-gallery build route

This commit is contained in:
tian 2026-05-08 10:20:42 +08:00
parent bfb8334379
commit 4cbc629a17

View File

@ -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)