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(health): add option to enable/disable openapi spec #6645
Conversation
a6332e8
to
bb67bd9
Compare
@raymondfeng should the Also one more thing, does it make sense to add |
bb67bd9
to
e42ce76
Compare
@nflaig Please note that CI is failing - https://github.com/strongloop/loopback-next/pull/6645/checks?check_run_id=1311555675 |
9580446
to
4eba30f
Compare
Interesting, if we decide to disable health component, we can simply remove |
Signed-off-by: nflaig <nflaig@protonmail.com>
4eba30f
to
16546ff
Compare
I agree that one could just put a if-statement around the
agreed |
@nflaig One more PR landed. Great job! |
Adds the option to enable the openapi spec which allows to show the endpoints in the API explorer. By default it will be disabled.
Checklist
npm test
passes on your machine