Skip to content

Commit

Permalink
Update healthcheck (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop authored Jun 7, 2024
1 parent 2c3fdf2 commit 44fd113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ enum ServiceResponse {
#[OpenApi]
impl ServiceApi {
/// Health
#[oai(path = "/", method = "get")]
#[oai(path = "/health", method = "get")]
async fn health(&self) -> ServiceResponse {
ServiceResponse::Healthy
}
Expand Down

0 comments on commit 44fd113

Please sign in to comment.