diff --git a/src/main.rs b/src/main.rs index b5b81d7..d862c2b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,8 +12,6 @@ async fn main() { let listener = tokio::net::TcpListener::bind("0.0.0.0:3000").await.unwrap(); axum::serve(listener, app).await.unwrap(); } - - // Handler that returns a simple string async fn trigger_runner() -> impl IntoResponse { let token = match env::var("RAILWAY_TOKEN") {