From caacbd057c3c23ecef47f5809be20cab7795a733 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期一, 02 三月 2020 17:25:31 +0800
Subject: [PATCH] update protomsg

---
 router/router.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/router/router.go b/router/router.go
index 0dfc2af..528e738 100644
--- a/router/router.go
+++ b/router/router.go
@@ -324,6 +324,7 @@
 		fileAnalyApi.POST("/updateStatus", fileAnalysisC.UpdateStatus)
 		fileAnalyApi.POST("/delete", fileAnalysisC.Delete)
 		fileAnalyApi.POST("/sortFile", fileAnalysisC.SortFile)
+		fileAnalyApi.GET("/findByStackId", fileAnalysisC.FindByStackId)
 	}
 	fileSettingApi := r.Group(urlPrefix + "/fileSetting")
 	{

--
Gitblit v1.8.0