We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e4699 commit 1acb2e4Copy full SHA for 1acb2e4
crates/service/src/middleware/deployment.rs
@@ -49,7 +49,7 @@ mod tests {
49
};
50
51
let app = Router::new()
52
- .route("/:deployment_id", get(handle))
+ .route("/{deployment_id}", get(handle))
53
.layer(middleware);
54
55
let res = app
0 commit comments