From a3a24e1cf44aa4e95a8684c86455a2b7064ac623 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期二, 23 七月 2024 04:51:29 +0800
Subject: [PATCH] 定时删除本地存储的图片

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