커뮤니티 게시물 등록 API 적용,

채널 프로필 API - 커뮤니티 게시물 추가
This commit is contained in:
Yu Sung
2023-12-20 00:10:16 +09:00
parent d393bb8f8b
commit d829399b05
15 changed files with 412 additions and 56 deletions

View File

@@ -114,5 +114,5 @@ enum AppStep {
case creatorCommunityAll(creatorId: Int)
case creatorCommunityWrite
case creatorCommunityWrite(onSuccess: () -> Void)
}