Add files via upload

This commit is contained in:
公明
2026-07-09 14:35:58 +08:00
committed by GitHub
parent 46ecb2f13b
commit c8fece70ef
+1
View File
@@ -918,6 +918,7 @@ func setupRoutes(
protected.GET("/conversations", conversationHandler.ListConversations)
protected.GET("/conversations/:id", conversationHandler.GetConversation)
protected.GET("/messages/:id/process-details", conversationHandler.GetMessageProcessDetails)
protected.GET("/process-details/:id", conversationHandler.GetProcessDetail)
protected.PUT("/conversations/:id", conversationHandler.UpdateConversation)
protected.PUT("/conversations/:id/project", conversationHandler.SetConversationProject)
protected.DELETE("/conversations/:id", conversationHandler.DeleteConversation)