Skip to content

Commit

Permalink
main: fix health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DAMEK86 committed Jul 8, 2023
1 parent 8f65fb9 commit e0d3e7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ async fn rocket() -> _ {

sleep(Duration::from_secs(cfg.polling_interval_sec))
}
})
.await;
});

serve_rest_service()
}
Expand Down

0 comments on commit e0d3e7f

Please sign in to comment.