コード例 #1
0
ファイル: AssetsController.php プロジェクト: bakgat/notos
 public function ofMimeAndType($orgId, $mime, $type)
 {
     $assets = $this->assetsManager->assetsOfMimePartAndType($orgId, $mime, $type);
     return $this->jsonResponse($assets);
 }