We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@RequestMapping(path = "/meals", produces = "application/json;charset=UTF-8")
Spring에서 다른 controller들은 다른 RequestMapping path를 가져야 하므로 두 controller중 하나의 path를 바꿔야합니다.
일단은 controller 분리는 주석처리 해둘게요! 코드리뷰때 회의해봐요!
The text was updated successfully, but these errors were encountered:
[#25] Refactor: rename Chatbot, Mobile logics
5488f1b
No branches or pull requests
@RequestMapping(path = "/meals", produces = "application/json;charset=UTF-8")
Spring에서 다른 controller들은 다른 RequestMapping path를 가져야 하므로 두 controller중 하나의 path를 바꿔야합니다.
일단은 controller 분리는 주석처리 해둘게요! 코드리뷰때 회의해봐요!
The text was updated successfully, but these errors were encountered: