jack 6 일 전
부모
커밋
316a5d45c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/services/file/impl/r2r_file.py

+ 1 - 1
app/services/file/impl/r2r_file.py

@@ -15,7 +15,7 @@ from app.services.file.impl.oss_file import OSSFileService
 # import asyncio
 from pathlib import Path
 
-allowed_formats = [".bmp", ".heic", ".jpeg", ".png", ".tiff"]
+allowed_formats = [".bmp", ".heic", ".jpeg", ".png", ".tiff", "mp3", ".mp4"]
 
 
 class R2RFileService(OSSFileService):