Skip to content

Commit 08efd72

Browse files
committed
chore: add quick param
1 parent a888531 commit 08efd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async fn run_cast_command(chain: ChainId, tx: String, quick: u64) -> Result<Stri
2626
}
2727
}
2828

29-
#[get("/run_cast/{chain_id}/{tx}")]
29+
#[get("/run_cast/{chain_id}/{tx}/{quick}")]
3030
async fn cast_command_handler(path: web::Path<(u64, String, u64)>) -> impl Responder {
3131
let (chain_id, tx, quick) = path.into_inner();
3232

0 commit comments

Comments
 (0)