크리에이터 커뮤니티 #201

Merged
klaus merged 4 commits from test into main 2024-08-06 06:37:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 80b91aa445 - Show all commits

View File

@ -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")