From 00fb6a16f1c56435a828eaf7cecaf31410e8045f Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 9 Jun 2024 19:47:04 +0300 Subject: fix: change old http_types import to http --- src/router.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/router.rs') 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, }; -- cgit v1.2.3