added stratup message
This commit is contained in:
parent
2522cfbb5f
commit
158646b6fc
|
@ -136,6 +136,7 @@ async fn wake(query: web::Query<WakeQuery>) -> impl Responder {
|
||||||
|
|
||||||
#[actix_web::main]
|
#[actix_web::main]
|
||||||
async fn main() -> std::io::Result<()> {
|
async fn main() -> std::io::Result<()> {
|
||||||
|
println!("main started");
|
||||||
HttpServer::new(|| {
|
HttpServer::new(|| {
|
||||||
App::new()
|
App::new()
|
||||||
.route("/", web::get().to(summary)) // Route for root
|
.route("/", web::get().to(summary)) // Route for root
|
||||||
|
|
Loading…
Reference in a new issue