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

🐛 fix(api) : add / to health controller #294

Merged
merged 2 commits into from
Aug 16, 2023
Merged

Conversation

seonghun-dev
Copy link
Collaborator

@@ -6,7 +6,7 @@
@RestController
public class HealthController {

@GetMapping("/health")
@GetMapping({"/", "/health"})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

추가하게 된 이유가 궁금해요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

단순히 실행 확인용입니다

@seonghun-dev seonghun-dev merged commit bcce903 into dev Aug 16, 2023
1 check passed
@seonghun-dev seonghun-dev deleted the fix/health-controller branch August 16, 2023 07:08
seonghun-dev added a commit that referenced this pull request Aug 22, 2023
* 🐛 fix(api) : add / to health controller

* 🐛 fix(api) : add / to health controller batch, noti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add / path to health controller
2 participants