From 4ca3791590a7bf50222aa5f80e53edf04739108a Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 22 十月 2024 17:20:23 +0800 Subject: [PATCH] fix 1400 post floor farmat --- routes/capture.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/routes/capture.go b/routes/capture.go index 7cb31e0..9e554ab 100644 --- a/routes/capture.go +++ b/routes/capture.go @@ -13,6 +13,7 @@ // 鎵归噺浜鸿劯鏂板 r.POST("/Faces", capCtl.Faces) r.POST("/VideoLabels", capCtl.VideoLabels) + r.POST("/Persons", capCtl.Persons) return r } -- Gitblit v1.8.0