mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-04 23:03:23 +08:00
tools
This commit is contained in:
parent
ab914f4621
commit
1ff7ebb04a
@ -119,7 +119,7 @@ func main() {
|
|||||||
chatGroup.POST("/send_msg", apiChat.SendMsg)
|
chatGroup.POST("/send_msg", apiChat.SendMsg)
|
||||||
chatGroup.POST("/pull_msg_by_seq", apiChat.PullMsgBySeqList)
|
chatGroup.POST("/pull_msg_by_seq", apiChat.PullMsgBySeqList)
|
||||||
chatGroup.POST("/del_msg", apiChat.DelMsg)
|
chatGroup.POST("/del_msg", apiChat.DelMsg)
|
||||||
chatGroup.POST("/clean_up_msg", apiChat.ClearMsg)
|
chatGroup.POST("/clear_msg", apiChat.ClearMsg)
|
||||||
}
|
}
|
||||||
//Manager
|
//Manager
|
||||||
managementGroup := r.Group("/manager")
|
managementGroup := r.Group("/manager")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user