diff --git a/src/main.rs b/src/main.rs index 8372cff..020e80f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,11 +9,6 @@ use project::{index as project_index}; #[macro_use] extern crate rocket; -#[get("/")] -fn index() -> &'static str { - "Hello World! I'm Shield" -} - #[shuttle_runtime::main] async fn rocket() -> shuttle_rocket::ShuttleRocket { let rocket = rocket::build()