From 1e9dd99c4496915c9d38327c2ac9a2c3e47c1bc2 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 13 九月 2024 02:01:31 +0800
Subject: [PATCH] fix bug

---
 routes/capture.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/routes/capture.go b/routes/capture.go
index 898f0ed..9e554ab 100644
--- a/routes/capture.go
+++ b/routes/capture.go
@@ -12,6 +12,8 @@
 
 	// 鎵归噺浜鸿劯鏂板
 	r.POST("/Faces", capCtl.Faces)
+	r.POST("/VideoLabels", capCtl.VideoLabels)
+	r.POST("/Persons", capCtl.Persons)
 
 	return r
 }

--
Gitblit v1.8.0