parent
c2d7d12767
commit
80b91aa445
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue