Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
지원 공고 추가 POST /recruit
지원 공고 수정 PUT /recruit/{recruitId}
지원 공고 상태 변경 PATCH /recruit/{recruitId}
지원 공고 삭제 DELETE /recruit/{recruitId}
지원 공고 상세 GET /recruit/{recruitId}
아직 지원공고 후기 테이블을 작성하지 않아서 지원공고 상세에 대한 테스트코드는 작성하지 않음.
또한 API들의 리소스 없음에 대한 예외처리는 작성했으나, 논리 예외처리에 대해서는 아직 작성하지 않았음.
ex) 지원상태가 지원 중 이지만, 지원 날짜가 존재하지 않는경우