You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `POST /me/bar/{cocktailId}/keep` 엔드포인트 추가
- URL `@PathVariable`로 칵테일 ID를 받고, `@AuthenticationPrincipal`로 사용자 ID를 획득
- `MyBarService`의 `keep` 메서드를 호출하여 킵 기능 처리
- 성공 시 HTTP 201 상태 코드와 "kept" 메시지 반환
0 commit comments