|
|
@ -233,6 +233,7 @@ func newGinRouter(disCov discovery.SvcDiscoveryRegistry, config *Config) *gin.En
|
|
|
|
conversationGroup.POST("/get_incremental_conversations", c.GetIncrementalConversation)
|
|
|
|
conversationGroup.POST("/get_incremental_conversations", c.GetIncrementalConversation)
|
|
|
|
conversationGroup.POST("/get_owner_conversation", c.GetOwnerConversation)
|
|
|
|
conversationGroup.POST("/get_owner_conversation", c.GetOwnerConversation)
|
|
|
|
conversationGroup.POST("/get_not_notify_conversation_ids", c.GetNotNotifyConversationIDs)
|
|
|
|
conversationGroup.POST("/get_not_notify_conversation_ids", c.GetNotNotifyConversationIDs)
|
|
|
|
|
|
|
|
conversationGroup.POST("/get_pinned_conversation_ids", c.GetPinnedConversationIDs)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
statisticsGroup := r.Group("/statistics")
|
|
|
|
statisticsGroup := r.Group("/statistics")
|
|
|
|