-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor: 전반적인 서비스 코드 리팩터링 진행 #48
New issue
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
Changes from all commits
d40d476
cccb623
f12b920
2f00a72
85b8697
1c54cac
223624a
5285eb6
c24ed1c
98d6e17
68b1ae3
3a5ce10
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Avoid using printStackTrace() in controllers. Use a logger (e.g., log.error) to record exceptions and return a structured error response if appropriate.