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
|
||||
}
|
||||
|
||||
return c.JSON(200, map[string]interface{}{
|
||||
return c.JSON(200, map[string]any{
|
||||
"user": user,
|
||||
"totalUsage": totalUsage,
|
||||
"bucketCount": len(buckets),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user