flagman/fastapi-healthcheck

Adding custom route names and tags

chisaipete opened this issue · 0 comments

It would be nice to be able to specify the route name instead of the default. For example if someone needs "/health_check" instead of "/health".

Also, support for the "tags" FastAPI parameter would be nice in order to organize the health check routes on the generated API docs.