Skip to content

Commit

Permalink
duplicate function removed
Browse files Browse the repository at this point in the history
  • Loading branch information
CA-MKSingh committed Oct 4, 2023
1 parent 164fc79 commit 8893da9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8893da9

Please sign in to comment.