feat: restore creator controller methods and regenerate routes

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-02-08 18:29:43 +08:00
parent d6550e9e1a
commit 9bf3a87b32
3 changed files with 782 additions and 36 deletions

View File

@@ -136,7 +136,7 @@ func (c *Common) CompleteUpload(ctx fiber.Ctx, user *models.User, form *dto.Uplo
// @Param uploadId path string true "Upload ID"
// @Success 200 {string} string "OK"
// @Bind user local key(__ctx_user)
// @Bind uploadId path
// @Bind uploadID path key(uploadId)
func (c *Common) AbortUpload(ctx fiber.Ctx, user *models.User, uploadID string) error {
tenantID := getTenantID(ctx)