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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user