Commit 96cb8de
authored
[fix] 알림 도메인 응답코드 수정 (#148)
* hotfix// 알림 도메인 기능 추가 및 수정
1. 대기열 만료 알림 구현
2. 알림 조회시 응답 메시지 수정
3. 알림 읽음 처리 컨트롤러 메서드 User 객체 추출 방법 수정
4. Notification 엔티티 컬럼이름 수정
5. api 경로 수정
* fix: NotificationController에서 유저ID 추출 방법 변경
(Long userId = httpRequestContext.getUserId(); 사용)
* hotfix// 알림 컨트롤러 메서드 응답 코드 수정
204 : body 포함 안됨
200 : body 포함 ( 메세지 보임 )1 parent 97b0ed1 commit 96cb8de
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
0 commit comments