Commit fe887a88 authored by chenweijian's avatar chenweijian

3.9.0

parent 25a68ece
...@@ -47,7 +47,7 @@ func InitRouter() *gin.Engine { ...@@ -47,7 +47,7 @@ func InitRouter() *gin.Engine {
cp.POST("/relation", wrapper(cp_r.CpRelation)) cp.POST("/relation", wrapper(cp_r.CpRelation))
cp.POST("/relation/invite/reply", wrapper(cp_r.ReplyCpInvite)) cp.POST("/relation/invite/reply", wrapper(cp_r.ReplyCpInvite))
cp.POST("/relation/cancel/reply", wrapper(cp_r.ReplyCpCancel)) 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)) cp.GET("/im/check", wrapper(cp_r.CheckCpImExpire))
} }
inner := r.Group("/inner") inner := r.Group("/inner")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment