mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-23 20:02:50 +01:00
A typo
This commit is contained in:
parent
e8a0b94d03
commit
ea28c12bb6
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ impl<'a, S> Layer<S> for HxRequestGuardLayer<'a> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Tower service that implementes redirecting to non-partial routes.
|
/// Tower service that implements redirecting to non-partial routes.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct HxRequestGuard<'a, S> {
|
pub struct HxRequestGuard<'a, S> {
|
||||||
inner: S,
|
inner: S,
|
||||||
|
|
Loading…
Reference in a new issue