diff --git a/internal/web/ui.go b/internal/web/ui.go index 654a8d6..a41a97a 100644 --- a/internal/web/ui.go +++ b/internal/web/ui.go @@ -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)