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