[FEAT]: 식당 기본 정보, 영업시간 수정, 브레이크타임 설정 API 개발 #55
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 작업 개요
✅ 작업 내용
🧪 테스트 내용
- 가게 기본 정보 수정 (PATCH /api/v1/stores/{storeId})
- 가게 영업시간 수정 (PATCH /api/v1/stores/{storeId}/business-hours)
- 가게 브레이크타임 설정 (PATCH /api/v1/stores/{storeId}/break-time)
- 식당 상세 조회 (GET /api/v1/stores/{storeId}) (변경 사항 확인)



📝 기타 참고 사항
Closes #52