크리에이터 커뮤니티 업로드
- 파라미터 이름 contentFile -> audioFile
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user