We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/ukfast/laravel-health-check/pull/53/files, new config values were added without a fallback. This was a breaking change for those who have a custom config file, as the new config now returns null, so the paths change from /health and /ping to both be /.
/ping
/health
200 responses to /ping and /health instead of 404s
Add a fallback to the config values
N/a
The text was updated successfully, but these errors were encountered:
Thanks for this. Let me know if you need anything else, @phily245!
Sorry, something went wrong.
No branches or pull requests
What is the issue?
In https://github.com/ukfast/laravel-health-check/pull/53/files, new config values were added without a fallback.
This was a breaking change for those who have a custom config file, as the new config now returns null, so the paths change from /health and /ping to both be /.
Steps To Reproduce
/ping
and/health
Expected behaviour
200 responses to
/ping
and/health
instead of 404sPossible fixes
Add a fallback to the config values
Additional context
N/a
The text was updated successfully, but these errors were encountered: