test this bridge is work or not
This commit is contained in:
@@ -13,6 +13,7 @@ async fn main() {
|
||||
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