-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
refactorRefactoring for readability of codeRefactoring for readability of code
Description
@RequestMapping(path = "/meals", produces = "application/json;charset=UTF-8")
Spring에서 다른 controller들은 다른 RequestMapping path를 가져야 하므로 두 controller중 하나의 path를 바꿔야합니다.
- MobileController의 path를 변경한다면, 현재 서비스중인 iOS 앱이 먹통이 되기에 정환님과 함께 동시에 배포가 진행되어야하므로 번거로울 수 있습니다. (추후 FE,BE 동시 배포하는걸 구축해야겠네요..)
- ChatbotController의 path를 변경한다면, 카톡챗봇센터의 url만 바꿔주면 되므로 정환님과 동시배포할 필요 없습니다.
일단은 controller 분리는 주석처리 해둘게요! 코드리뷰때 회의해봐요!
Metadata
Metadata
Assignees
Labels
refactorRefactoring for readability of codeRefactoring for readability of code