feat: add support for matched path feature in axum integration - #298
feat: add support for matched path feature in axum integration#298Phosphorus-M wants to merge 3 commits into
Conversation
|
What does this PR intend to do, and why? The code changes make very little sense to me. |
|
Then it has nothing to do with the Also why did you make |
Lol it was a fail, sorry I'm going to fix that
Oh ok, I'm going to change that, thanks! |
1e9f711 to
f50d95e
Compare
f50d95e to
20b303c
Compare
|
@jplatte Don't hate me but can you review this? I know that you are not payed but just to know if I must to change something 😭 |
| }; | ||
|
|
||
| #[cfg(feature = "axum")] | ||
| pub(crate) const MATCHED_PATH_EXTENSION: &str = "x-aide-axum-matched-path"; |
There was a problem hiding this comment.
This doesn't appear to be used for anything. It's inserted in one place, removed in another (without its presence being used for any branching).






This change enable the path params into Swagger, Scalar and Redocs:
Scalar
Swagger
Redocs