test this bridge is work or not

This commit is contained in:
2026-03-03 12:07:46 -05:00
parent 6c85d43b3d
commit 7401609b01

View File

@@ -13,6 +13,7 @@ async fn main() {
axum::serve(listener, app).await.unwrap(); axum::serve(listener, app).await.unwrap();
} }
// Handler that returns a simple string // Handler that returns a simple string
async fn trigger_runner() -> impl IntoResponse { async fn trigger_runner() -> impl IntoResponse {
let token = match env::var("RAILWAY_TOKEN") { let token = match env::var("RAILWAY_TOKEN") {