示例#1
0
 public function ofMimeAndType($orgId, $mime, $type)
 {
     $assets = $this->assetsManager->assetsOfMimePartAndType($orgId, $mime, $type);
     return $this->jsonResponse($assets);
 }