This commit is contained in:
wenxu12345 2022-06-01 15:09:20 +08:00
parent ab914f4621
commit 1ff7ebb04a

View File

@ -119,7 +119,7 @@ func main() {
chatGroup.POST("/send_msg", apiChat.SendMsg)
chatGroup.POST("/pull_msg_by_seq", apiChat.PullMsgBySeqList)
chatGroup.POST("/del_msg", apiChat.DelMsg)
chatGroup.POST("/clean_up_msg", apiChat.ClearMsg)
chatGroup.POST("/clear_msg", apiChat.ClearMsg)
}
//Manager
managementGroup := r.Group("/manager")