fix: file-handling API test

This commit is contained in:
pipipi-pikachu 2022-05-31 23:35:46 +08:00
parent 5cfd03aa77
commit d1c579948f

View File

@ -71,7 +71,9 @@ module.exports = {
{
action: '/',
accept: {
'application/vnd.pptist': ['.pptist'],
'application/vnd.pptist': '.pptist',
'*/*': '.pptist',
'application/vnd.openxmlformatsofficedocument.presentationml.presentation': '.pptx',
}
}
],