From fe887a8822808832e5661e55daef19304a99b897 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Fri, 16 Jun 2023 14:10:39 +0800 Subject: [PATCH] 3.9.0 --- route/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/router.go b/route/router.go index c8aa9d3..dfda755 100755 --- a/route/router.go +++ b/route/router.go @@ -47,7 +47,7 @@ func InitRouter() *gin.Engine { cp.POST("/relation", wrapper(cp_r.CpRelation)) cp.POST("/relation/invite/reply", wrapper(cp_r.ReplyCpInvite)) cp.POST("/relation/cancel/reply", wrapper(cp_r.ReplyCpCancel)) - cp.GET("/relation/detail", wrapper(cp_r.CpDetailPage)) + //cp.GET("/relation/detail", wrapper(cp_r.CpDetailPage)) cp.GET("/im/check", wrapper(cp_r.CheckCpImExpire)) } inner := r.Group("/inner") -- 2.22.0