fix: user cannot view folder size
This commit is contained in:
parent
bea1643105
commit
d20f9f202e
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ export class StorageController extends Controller {
|
||||||
*/
|
*/
|
||||||
@Post("folder/size")
|
@Post("folder/size")
|
||||||
@Tags("Storage Folder")
|
@Tags("Storage Folder")
|
||||||
@Security("bearerAuth", ["management-role", "admin"])
|
@Security("bearerAuth")
|
||||||
@SuccessResponse(HttpStatusCode.OK, "สำเร็จ")
|
@SuccessResponse(HttpStatusCode.OK, "สำเร็จ")
|
||||||
@Example({
|
@Example({
|
||||||
size: 10240,
|
size: 10240,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue