upload handler supports cli

This commit is contained in:
Keiran 2025-08-07 18:17:17 +01:00
parent 0c70c973f7
commit f367e5f840

View File

@ -214,7 +214,7 @@ func (h *Handlers) GetUserInfoHandler(c echo.Context) error {
totalUsage += bucket.StorageUsedBytes
}
return c.JSON(200, map[string]interface{}{
return c.JSON(200, map[string]any{
"user": user,
"totalUsage": totalUsage,
"bucketCount": len(buckets),