-
Notifications
You must be signed in to change notification settings - Fork 0
feat: /Users endpoint 작성 #79
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
===========================================
+ Coverage 11.59% 57.30% +45.71%
===========================================
Files 48 54 +6
Lines 664 855 +191
Branches 0 33 +33
===========================================
+ Hits 77 490 +413
+ Misses 587 345 -242
- Partials 0 20 +20 ☔ View full report in Codecov by Sentry. |
parkj12b
left a comment
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.
case insensitive 해야하는 이유가 있나요?
url 은 lower case 를 많이써서 case insesntivie 해야 하는줄 알았는데 그게 아니었네요
Co-authored-by: Ji-Hyuck, Min <[email protected]>
Co-authored-by: Ji-Hyuck, Min <[email protected]>
a224751 to
39c5cf2
Compare
jimin52
left a comment
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.
일단 approve 하겠습니다
* feat: typeorm migrate 위한 파일 정리 및 config 수정 * refactor: 파일 경로 변경에 의한 import 변경 * migrate: typeorm migrate 성공 * [autofix.ci] apply automated fixes * chore: readme migration 방법 추가 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Closes #72