Skip to content

(fix) : 루트 moddo 도메인 CORS 허용#46

Merged
sudhdkso merged 1 commit into
developfrom
fix/login
May 7, 2026
Merged

(fix) : 루트 moddo 도메인 CORS 허용#46
sudhdkso merged 1 commit into
developfrom
fix/login

Conversation

@sudhdkso
Copy link
Copy Markdown
Contributor

@sudhdkso sudhdkso commented May 7, 2026

#️⃣연관된 이슈

X

🔀반영 브랜치

fix/login -> develop

🔧변경 사항

  • 프론트엔드 CORS 허용 origin에 https://moddo.kr를 추가했습니다.
  • www.moddo.kr가 아닌 루트 도메인 접속에서도 백엔드 API 요청이 허용되도록 설정했습니다.

💬리뷰 요구사항(선택)

X


체크

  • 테스트 코드 포함 여부: 설정 변경만 있어 별도 테스트 코드는 추가하지 않았습니다.
  • 불필요한 로그 제거: 해당 없음
  • 예외 처리 여부: 해당 없음

Summary by CodeRabbit

변경 사항

  • 기타
    • 새로운 도메인(https://moddo.kr)에서의 서비스 접근을 지원하도록 CORS 설정을 업데이트했습니다.

@sudhdkso sudhdkso marked this pull request as ready for review May 7, 2026 13:41
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

📝 테스트 커버리지 리포트입니다!

There is no coverage information present for the Files changed

Total Project Coverage 70.43%

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Review Change Stack

Warning

Rate limit exceeded

@sudhdkso has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: d9255daa-4720-4729-a9bd-9ed524bf491e

📥 Commits

Reviewing files that changed from the base of the PR and between 6bd3e3f and 2786aa2.

📒 Files selected for processing (1)
  • src/main/resources/application.yml

개요

application.yml 파일의 CORS 허용 오리진 목록에 https://moddo.kr이 추가되었습니다. 다른 설정 항목은 변경되지 않았습니다.

변경사항

CORS 설정 업데이트

계층 / 파일 요약
CORS 도메인 설정
src/main/resources/application.yml
frontend.cors-allowed-origins 목록에 https://moddo.kr 도메인이 추가되었습니다.

관련된 PR

  • moddo-kr/moddo-backend#44: 동일하게 src/main/resources/application.yml의 frontend.cors-allowed-origins 설정을 수정하며, 허용 오리진을 추가합니다.

제안 검토자

  • choyeseol

예상 코드 리뷰 노력

🎯 1 (Trivial) | ⏱️ ~2분

축하 시

🐰 새로운 도메인을 허용 목록에 담아,
웹 요청은 막힘 없이 날아가고,
모디의 길은 더욱 넓어지네.
CORS 설정 한 줄로,
서비스는 한 발 더 나아가! 🌐

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/login

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sudhdkso sudhdkso merged commit 62af661 into develop May 7, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant