diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityController.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityController.kt index 7c72840..85c61b8 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityController.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityController.kt @@ -28,7 +28,7 @@ class CreatorCommunityController(private val service: CreatorCommunityService) { @PreAuthorize("hasRole('CREATOR')") fun createCommunityPost( @Nullable - @RequestPart("contentFile") + @RequestPart("audioFile") audioFile: MultipartFile?, @Nullable @RequestPart("postImage")