Add files via upload

This commit is contained in:
公明
2026-07-22 16:29:24 +08:00
committed by GitHub
parent 3763da8773
commit 2d7f5322b3
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -1337,6 +1337,7 @@ func setupRoutes(
// 对话附件(chat_uploads)管理
protected.GET("/chat-uploads", chatUploadsHandler.List)
protected.GET("/chat-uploads/export", chatUploadsHandler.Export)
protected.GET("/chat-uploads/download", chatUploadsHandler.Download)
protected.GET("/chat-uploads/content", chatUploadsHandler.GetContent)
protected.POST("/chat-uploads", chatUploadsHandler.Upload)