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

feat: Mock 축제 데이터 추가하는 관리자 API 추가 (#907) #908

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

seokjin8678
Copy link
Collaborator

📌 관련 이슈

✨ PR 세부 내용

Mock 축제 데이터를 활성화하는 관리자 API를 추가했습니다.

기능은 단순히 MockDataServicemakeMockFestivals() 메서드를 호출하는게 끝 입니다.

운영 환경에서 해당 API가 노출되면 의도치 않은 결과가 생길 수 있으므로 Controller에는 @Profile({"!prod"}) 어노테이션을 추가했습니다.

@seokjin8678 seokjin8678 added BE 백엔드에 관련된 작업 ADMIN 📬 API API가 변경되거나 추가되는 작업 labels Apr 29, 2024
@seokjin8678 seokjin8678 self-assigned this Apr 29, 2024
@github-actions github-actions bot requested review from BGuga, carsago and xxeol2 April 29, 2024 04:09
Copy link

Test Results

213 files  213 suites   24s ⏱️
694 tests 694 ✅ 0 💤 0 ❌
707 runs  707 ✅ 0 💤 0 ❌

Results for commit d9148c5.

@seokjin8678
Copy link
Collaborator Author

클라이언트에서 기능이 필요하므로 머지 하겠습니다!

@seokjin8678 seokjin8678 merged commit 05e41ea into dev Apr 29, 2024
7 checks passed
@seokjin8678 seokjin8678 deleted the feat/#907 branch April 29, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADMIN 📬 API API가 변경되거나 추가되는 작업 BE 백엔드에 관련된 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] Mock 데이터를 수동으로 세팅하는 API를 추가한다.
2 participants