Skip to content

Commit 6713842

Browse files
committed
fix axum 0.8 path
1 parent a9caf9b commit 6713842

File tree

1 file changed

+1
-1
lines changed
  • integrations/axum/src

1 file changed

+1
-1
lines changed

integrations/axum/src/v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ where
3030
let procedures = procedures.borrow().clone();
3131

3232
Router::<S>::new().route(
33-
"/:id",
33+
"/{id}",
3434
on(
3535
MethodFilter::GET.or(MethodFilter::POST),
3636
move |state: State<S>, req: axum::extract::Request<Body>| {

0 commit comments

Comments
 (0)