diff options
Diffstat (limited to 'src/router.rs')
| -rw-r--r-- | src/router.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.rs b/src/router.rs index ff9a893..d0b4c9d 100644 --- a/src/router.rs +++ b/src/router.rs @@ -1,6 +1,6 @@ use crate::{ extractor::build_regex_from_path, - http_types::{get, post, put, Endpoint, Method, StatusCode}, + http::{get, post, put, Endpoint, Method, StatusCode}, request::Request, response::Response, }; |
