Skip to content

Commit

Permalink
Fix affix-state doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Aug 25, 2024
1 parent dd7a338 commit 300754f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/extra/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//!
//! | Feature | Description |
//! | --- | --- |
//! | [`affix-state`] | Middleware for adding prefix and suffix to the request path |
//! | [`affix-state`](affix_state) | Middleware for adding prefix and suffix to the request path |
//! | [`basic-auth`](basic_auth) | Middleware for basic authentication |
//! | [`caching-headers`](caching_headers) | Middleware for setting caching headers |
//! | [`catch-panic`](catch_panic) | Middleware for catching panics |
Expand Down
2 changes: 1 addition & 1 deletion crates/salvo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//! | `tower-compat` | Adapters for `tower::Layer` and `tower::Service` | ❌ |
//! | `anyhow` | Integrate with the [`anyhow`](https://crates.io/crates/anyhow) crate | ❌ |
//! | `eyre` | Integrate with the [`eyre`](https://crates.io/crates/eyre) crate | ❌ |
//! | `affix` | Middleware for adding prefix and suffix to the request path | ❌ |
//! | `affix-state` | Middleware for adding prefix and suffix to the request path | ❌ |
//! | `basic-auth` | Middleware for basic authentication | ❌ |
//! | `caching-headers` | Middleware for setting caching headers | ❌ |
//! | `catch-panic` | Middleware for catching panics | ❌ |
Expand Down

0 comments on commit 300754f

Please sign in to comment.