upload handler supports cli
This commit is contained in:
parent
0c70c973f7
commit
f367e5f840
@ -214,7 +214,7 @@ func (h *Handlers) GetUserInfoHandler(c echo.Context) error {
|
|||||||
totalUsage += bucket.StorageUsedBytes
|
totalUsage += bucket.StorageUsedBytes
|
||||||
}
|
}
|
||||||
|
|
||||||
return c.JSON(200, map[string]interface{}{
|
return c.JSON(200, map[string]any{
|
||||||
"user": user,
|
"user": user,
|
||||||
"totalUsage": totalUsage,
|
"totalUsage": totalUsage,
|
||||||
"bucketCount": len(buckets),
|
"bucketCount": len(buckets),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user