Skip to content
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

[BE] fix: 로그인 진행되지 않는 버그 해결 #929

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

shin-mallang
Copy link
Member

주요 변경사항

리뷰어에게...

관련 이슈

closes #928

체크리스트

  • reviewers 설정
  • label 설정
  • milestone 설정

@shin-mallang shin-mallang added 버그발생 🚨 버그 발생에 대한 이슈 back-end 👩‍👩‍👦‍👦 백엔드 관련 이슈 labels Nov 9, 2023
@shin-mallang shin-mallang self-assigned this Nov 9, 2023
@shin-mallang shin-mallang linked an issue Nov 9, 2023 that may be closed by this pull request
3 tasks
Copy link

github-actions bot commented Nov 9, 2023

Unit Test Results

252 tests   252 ✔️  29s ⏱️
102 suites      0 💤
102 files        0

Results for commit 7ff250e.

Copy link
Collaborator

@gitchannn gitchannn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어푸루부 하겠습니다
빠른 수정 굳굳


@RequiredArgsConstructor
@Profile({"local", "dev"})
@Profile({"local", "dev", "test"})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

전부 다 해줄거면 없어도 될듯?!

@@ -37,7 +38,8 @@ public void addInterceptors(InterceptorRegistry registry) {
"/api/admin/**",
"/api/login/**",
"/api/swagger-ui/**",
"/api/docs/**"
"/api/docs/**",
"/api/dev/login/**"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@gitchannn gitchannn merged commit 28d87a4 into develop Nov 9, 2023
3 checks passed
@gitchannn gitchannn deleted the bug/928 branch November 9, 2023 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end 👩‍👩‍👦‍👦 백엔드 관련 이슈 버그발생 🚨 버그 발생에 대한 이슈
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BE] bug: 개발용 회원가입 기능 오류 수정
2 participants