mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
Merge pull request #334 from arc53/support-for-docx
Include docx files in the frontend
This commit is contained in:
@@ -162,6 +162,7 @@ export default function Upload({
|
||||
'text/x-rst': ['.rst'],
|
||||
'text/x-markdown': ['.md'],
|
||||
'application/zip': ['.zip'],
|
||||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': ['.docx']
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user