diff --git a/route/router.go b/route/router.go index c8aa9d3b13be86f5bc930874f0d12ef58187ad86..dfda755c31acb3bf2fc67e5725d5bc70230e0356 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")