From 80b91aa445b43883f6bcbd8ed508ff16894c1f67 Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 5 Aug 2024 20:36:46 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=20=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20-=20=ED=8C=8C=EB=9D=BC=EB=AF=B8=ED=84=B0=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20contentFile=20->=20audioFile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profile/creatorCommunity/CreatorCommunityController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")