-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/Refactor: 유저 이름 변경 기능 추가 및 리팩토링 #38
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
The head ref may contain hidden characters: "feat/#28-\uC720\uC800\uC815\uBCF4\uBC0F\uCF54\uC2A4\uBAA9\uB85D\uC870\uD68C"
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,8 +6,8 @@ | |
| path('<str:provider>/login/', SocialLoginAPIView.as_view(), name='social-login'), # 소셜 로그인 | ||
| path('<str:provider>/callback/', SocialLoginAPIView.as_view(), name='social-login-redirect'), # 소셜 로그인 | ||
| path('logout/', LogoutAPIView.as_view(), name='logout'), # 로그아웃 | ||
| path('profile-image/update', ProfileAPIView.as_view(), name='profile-image-update'), # 프로필 사진 업로드 (post) | ||
| path('profile-image/reset', ProfileAPIView.as_view(), name='profile-image-reset'), # 프로필 기본 이미지로 변경 (patch) | ||
| path('profile/update', ProfileAPIView.as_view(), name='profile-update'), # 프로필 수정 (patch) | ||
| path('profile/image-reset', ProfileAPIView.as_view(), name='profile-image-reset'), # 프로필 기본 이미지로 변경 (post) | ||
|
||
| path('profile', ProfileAPIView.as_view(), name='profile'), # 유저정보(프로필 사진 포함) | ||
|
|
||
| # 유저에 따른 schedule 정보 보기 | ||
|
|
||
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.
profile에서 이름과 사진을 모두 변경 가능한 api여서 url 이름을 바꿔주었습니다
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.
변경한 이름이 맞는거 같슴다