This commit is contained in:
2026-03-03 12:12:19 -05:00
parent 7401609b01
commit 301a9d908a

View File

@@ -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") {