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

dotenv에서 CORS 허용할 origin 등록 #145

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

ezcolin2
Copy link
Collaborator

🔖 연관된 이슈

📂 작업 내용

  • dotenv에 origin을 등록하고 해당하는 origin만 CORS를 허용해주었습니다.

@ezcolin2 ezcolin2 linked an issue Nov 14, 2024 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@summersummerwhy summersummerwhy left a comment

Choose a reason for hiding this comment

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

LGTM

@summersummerwhy summersummerwhy merged commit 095cafe into develop Nov 14, 2024
14 of 16 checks passed
@ezcolin2 ezcolin2 deleted the feature-be-#144 branch November 14, 2024 04:39
@djk01281 djk01281 changed the title feat: dotenv에서 CORS 허용할 origin 등록 dotenv에서 CORS 허용할 origin 등록 Nov 14, 2024
@djk01281 djk01281 added ✨ Feature 기능 추가 및 구현, 제안과 관련된 경우 🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 labels Nov 14, 2024
@github-actions github-actions bot requested a review from Tolerblanc November 14, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 ✨ Feature 기능 추가 및 구현, 제안과 관련된 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CORS 설정
3 participants