mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-24 04:12:50 +01:00
Export request/response modules from base lib module
This commit is contained in:
parent
67bc6fecaa
commit
e08a2874a7
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
pub mod request;
|
pub mod request;
|
||||||
pub mod response;
|
pub mod response;
|
||||||
|
|
||||||
|
pub use request::*;
|
||||||
|
pub use response::*;
|
||||||
|
|
Loading…
Reference in a new issue