크리에이터 커뮤니티 업로드

- 파라미터 이름 contentFile -> audioFile
This commit is contained in:
Klaus 2024-08-05 20:36:46 +09:00
parent c2d7d12767
commit 80b91aa445
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class CreatorCommunityController(private val service: CreatorCommunityService) {
@PreAuthorize("hasRole('CREATOR')") @PreAuthorize("hasRole('CREATOR')")
fun createCommunityPost( fun createCommunityPost(
@Nullable @Nullable
@RequestPart("contentFile") @RequestPart("audioFile")
audioFile: MultipartFile?, audioFile: MultipartFile?,
@Nullable @Nullable
@RequestPart("postImage") @RequestPart("postImage")