added stratup message

This commit is contained in:
WanderingPenwing 2024-09-02 19:01:12 +02:00
parent 2522cfbb5f
commit 158646b6fc

View file

@ -136,6 +136,7 @@ async fn wake(query: web::Query<WakeQuery>) -> impl Responder {
#[actix_web::main]
async fn main() -> std::io::Result<()> {
println!("main started");
HttpServer::new(|| {
App::new()
.route("/", web::get().to(summary)) // Route for root