Skip to content

Commit

Permalink
Merge pull request #175 from fourix4/dev
Browse files Browse the repository at this point in the history
test : cafe Id
  • Loading branch information
TaeHoon0 authored Jul 27, 2024
2 parents 4393a9a + 6ffacee commit 9f30e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ChatRoomController {

@PostMapping("")
public Response createChatRoom(@RequestBody ChatRoomRequestDto chatRoomRequestDto) {

System.out.println("cafeId ------------ : " + chatRoomRequestDto.getCafeId());
return Response.success(Result.toResponseDto(chatService.createChatRoom(chatRoomRequestDto)));
}

Expand Down

0 comments on commit 9f30e86

Please sign in to comment.