Skip to content

fix: hub-route path 추가 - #115

Merged
tlsdud135 merged 2 commits into
developfrom
feature/hub-service
May 29, 2026
Merged

fix: hub-route path 추가#115
tlsdud135 merged 2 commits into
developfrom
feature/hub-service

Conversation

@tlsdud135

Copy link
Copy Markdown
Contributor

📌 관련 이슈

  • Resolved:

📝 작업 내용

  • [hub-service] hub-route path 추가

🛠️ 테스트 내역

  • Postman 테스트 완료
  • 단위 테스트 작성 및 통과

@tlsdud135 tlsdud135 self-assigned this May 29, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request adds a new path predicate /api/v1/hub-routes/** to the hub-service route in the API gateway configuration. However, listing multiple Path predicates on separate lines acts as an AND condition in Spring Cloud Gateway, which will cause routing to fail. It is recommended to combine them into a single comma-separated path predicate to ensure proper OR routing.

Comment thread config-repo/api-gateway.yml Outdated
@tlsdud135
tlsdud135 merged commit bd5634b into develop May 29, 2026
2 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.

2 participants