done
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user