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

채용공고, 뉴스 복원 완료 #445

Merged
merged 1 commit into from
Aug 4, 2024
Merged

채용공고, 뉴스 복원 완료 #445

merged 1 commit into from
Aug 4, 2024

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented Aug 4, 2024

Summary

#444

코드베이스에서 미사용 도메인 및 API 정리 과정에서 실수로 삭제된 API를 복원합니다.

Tasks

  • 뉴스 조회 API 복원

    • 모든 뉴스 조회: @GetMapping("/api/v1/news")
    • 특정 뉴스 조회: @GetMapping("/api/v1/news/{newsId}")
  • 채용 공고 조회 API 복원

    • 모든 채용 공고 조회: @GetMapping("/api/v1/jobPosting")
    • 특정 채용 공고 조회: @GetMapping("/api/v1/jobPosting/{jobPostingId}")

@limehee limehee added the 🔨 Refactor 코드 수정 및 개선 label Aug 4, 2024
@limehee limehee self-assigned this Aug 4, 2024
@limehee limehee linked an issue Aug 4, 2024 that may be closed by this pull request
@limehee limehee merged commit 4d71404 into develop Aug 4, 2024
2 checks passed
@limehee limehee deleted the refactor/#444 branch August 4, 2024 07:03
@limehee limehee mentioned this pull request Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 수정 및 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

잘못 삭제된 API 복원
1 participant