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

[refactor] 도시 상세 환율 정보 조회 API 변경 및 로직 리팩토링 수정 #120

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

jo0oy
Copy link
Contributor

@jo0oy jo0oy commented Jan 25, 2024

🎯 목적

  • 리팩토링 (Refactoring)

  • 간략한 설명:
    : 프론트 요청에 따른 도시 상세 환율 정보 조회 API 변경 및 로직 수정


🛠 작성/변경 사항

  • 변경사항

    • 기존 : '/v1/cities/exchange-rates?curUnit={curUnit}'
      • 도시의 환율 단위를 RequestParam으로 요청값으로 받아 환율 정보 조회
    • 변경 후 : '/v1/cities/{cityId}/exchange-rates'
      • 도시 식별자를 요청값으로 받아 도시 엔티티로부터 환율 단위를 추출해 환율 정보 조회

🔗 관련 이슈


This close #119

- 기존 : '/v1/cities/exchange-rates?curUnit={curUnit}'
  - 도시의 환율 단위를 RequestParam으로 요청값으로 받아 환율 정보 조회
- 변경 후 : '/v1/cities/{cityId}/exchange-rates'
  - 도시 식별자를 요청값으로 받아 도시 엔티티로부터 환율 단위를 추출해 환율 정보 조회

related to: #119
@jo0oy jo0oy added fix 기능을 수정합니다. refactor Refactoring labels Jan 25, 2024
@jo0oy jo0oy self-assigned this Jan 25, 2024
Copy link

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 8d951d1. ± Comparison against base commit 6032b24.

@jo0oy jo0oy merged commit 3cf634a into develop Jan 25, 2024
3 checks passed
@jo0oy jo0oy deleted the feature/#119-refactor-city-exchange-rates-api branch January 25, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 기능을 수정합니다. refactor Refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[refactor] 도시 상세 환율 API 수정 리팩토링
1 participant