Skip to content

Commit

Permalink
[FIX] 무중단 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
wken5577 committed Apr 19, 2024
1 parent 2e59046 commit cac0cc8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ public class RoomController {
private final RoomFindService roomFindService;
private final RoomManagementService roomManagementService;

@GetMapping("/test")
public String newFeature() {
return "new";
}

/**
* 시작하지 않은 방과 시작한 방을 모두 조회한다
* @return 시작하지 않은 방 (최신순) + 시작한 방(끝나는 시간이 빠른 순) 전체 List - 200
Expand Down

0 comments on commit cac0cc8

Please sign in to comment.