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] 루트 도메인 CORS Allowed Origin 설정 추가 #186

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

hw0603
Copy link
Member

@hw0603 hw0603 commented Aug 8, 2024

관련 이슈

작업 내용

루트 도메인에 대한 CORS Allowed Origin 설정을 추가했습니다.

특이 사항

  • 서브모듈이 업데이트되었습니다.
  • 기존 www.{domain} 허용 설정을 *.{domain} 설정으로 업데이트했습니다.

리뷰 요구사항 (선택)

환경설정 PR이므로 빠른 리뷰 부탁해요~

- 루트 도메인에 대한 CORS 설정 추가
@hw0603 hw0603 added 🐈‍⬛ 백엔드 백엔드 관련 이슈에요 :) ⚙️ 환경설정 환경을 설정해요 :) labels Aug 8, 2024
@hw0603 hw0603 self-assigned this Aug 8, 2024
Copy link

github-actions bot commented Aug 8, 2024

Test Results

93 tests   93 ✅  5s ⏱️
17 suites   0 💤
17 files     0 ❌

Results for commit 86abdf0.

@hw0603 hw0603 merged commit 1cb2ea3 into develop Aug 8, 2024
16 checks passed
@hw0603 hw0603 deleted the fix/185-allow-root-domain-cors branch August 8, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ 환경설정 환경을 설정해요 :) 🐈‍⬛ 백엔드 백엔드 관련 이슈에요 :)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] CORS 허용된 Origin을 추가해요 :)
5 participants