Add root (/) endpoint with basic status response#26
Conversation
|
Hi @em3s, this is my first time contributing to this repo. Could you kindly test this PR and let me know your feedback or any suggestions? Thank-you! |
There was a problem hiding this comment.
Thank you for your first contribution! @jaideepkathiresan
I tested this PR locally and it works as expected.
The implementation looks clear and straightforward.
I have one small request:
- Please change the fallback value from
"0.1.0"to"unknown"as reviewed above.
Once this change is applied, I’ll be happy to merge the PR.
FYI, the CI is currently failing, but it passes locally, so this may be related to our CI setup.
cc @eazyhozy — please check the CI settings when you have time.
server/src/main/kotlin/com/kakao/actionbase/server/api/RootController.kt
Outdated
Show resolved
Hide resolved
|
Hi @em3s, thanks for the positive feedback. I’ve also incorporated the suggested changes. Could you please test the latest commit and let me know? |
|
Thank you for updating the requirements, @jaideepkathiresan. The CI failure was caused by a Spotless formatting issue, and the CI output didn’t make this very clear. I’ll run Thanks again for your first contribution! |
/) Endpoint with Basic Status Response #25Summary of Changes
Added
RootController.ktGET /requests.