Make health check path configurable
Closed this issue · 1 comments
hjr3 commented
The code in health.rs
does a basic check to /
only. We should make it configurable.
Note: While we are waiting on a configuration file format, we can set the value in src/alacrity.rs
or something. The important part is that the health check code is not hardcoding the value.