enhance(backend): allow upload csv by default

Related #16541
This commit is contained in:
syuilo 2025-09-16 12:16:18 +09:00
parent e504560477
commit df3e44f62e
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ export const DEFAULT_POLICIES: RolePolicies = {
chatAvailability: 'available',
uploadableFileTypes: [
'text/plain',
'text/csv',
'application/json',
'image/*',
'video/*',