diff --git a/stitch-api/src/main/java/se/sowl/stitchapi/study/controller/StudyPostController.java b/stitch-api/src/main/java/se/sowl/stitchapi/study/controller/StudyPostController.java index 94523a8..c0f0f55 100644 --- a/stitch-api/src/main/java/se/sowl/stitchapi/study/controller/StudyPostController.java +++ b/stitch-api/src/main/java/se/sowl/stitchapi/study/controller/StudyPostController.java @@ -25,6 +25,7 @@ public class StudyPostController { private final StudyPostService studyPostService; + @Operation(summary = "스터디 게시글 생성") @PostMapping public CommonResponse createStudyPost(