feat: Mock 축제 데이터 추가하는 관리자 API 추가 (#907) #908
Merged
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.
📌 관련 이슈
✨ PR 세부 내용
Mock 축제 데이터를 활성화하는 관리자 API를 추가했습니다.
기능은 단순히
MockDataService
의makeMockFestivals()
메서드를 호출하는게 끝 입니다.운영 환경에서 해당 API가 노출되면 의도치 않은 결과가 생길 수 있으므로 Controller에는
@Profile({"!prod"})
어노테이션을 추가했습니다.