diff --git a/src/routes.rs b/src/routes.rs index 4d96b46..8d2d2e6 100644 --- a/src/routes.rs +++ b/src/routes.rs @@ -1,8 +1,3 @@ pub mod users; pub mod crates; -pub mod getting_started; - -// basic handler that responds with a static string -pub async fn index() -> &'static str { - "Hello, World!" -} \ No newline at end of file +pub mod getting_started; \ No newline at end of file