mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-23 20:02:50 +01:00
Rename request module to extractors
This commit is contained in:
parent
088d0857f0
commit
43a16eb708
3 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
|||
#![forbid(unsafe_code)]
|
||||
pub mod extractors;
|
||||
pub mod headers;
|
||||
pub mod request;
|
||||
pub mod response;
|
||||
|
||||
pub use extractors::*;
|
||||
pub use headers::*;
|
||||
pub use request::*;
|
||||
pub use response::*;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
|
Loading…
Reference in a new issue