aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 1b08605..957d2ae 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,5 @@
use http_server_starter_rust::handlers::*;
-use http_server_starter_rust::http_types::{get, post};
+use http_server_starter_rust::http::{get, post};
use http_server_starter_rust::router::Router;
use http_server_starter_rust::server::*;
use std::collections::HashMap;