Skip to content

Commit f7dc6e2

Browse files
authored
Merge pull request #33 from MBTips/feature/issue-31
feat : 오픈 채팅방 생성 추가
2 parents c26c08b + f3180e3 commit f7dc6e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/main/java/com/mbtips/openChat/controller/OpenChatController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public class OpenChatController {
2121

2222
@PostMapping
2323
public ApiResponse<Void> createOpenChat(@RequestBody OpenChatDto openChatDto) {
24+
openChatService.save(openChatDto);
2425
return ApiResponse.success();
2526
}
2627

0 commit comments

Comments
 (0)