master
sergeybodin 2023-08-15 19:11:51 +03:00
parent 663a50ec03
commit 7bb927d70a
1 changed files with 5 additions and 1 deletions

View File

@ -55,7 +55,11 @@ class UploadFileController extends Controller {
'application/pdf' => [
'type' => 'document',
'extension' => 'pdf'
]
],
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
'type' => 'document',
'extension' => 'pptx'
]
];
protected Client $client;