커뮤니티 게시물 전체보기, 좋아요, 댓글 추가 API 적용

This commit is contained in:
Yu Sung
2023-12-20 14:28:20 +09:00
parent 28b64ba8a8
commit 02764f5fe8
11 changed files with 313 additions and 43 deletions

View File

@@ -0,0 +1,10 @@
//
// PostCommunityPostLikeRequest.swift
// SodaLive
//
// Created by klaus on 2023/12/20.
//
struct PostCommunityPostLikeRequest: Encodable {
let postId: Int
}