Skip to content

Commit

Permalink
stale constants removed
Browse files Browse the repository at this point in the history
  • Loading branch information
CA-MKSingh committed Oct 4, 2023
1 parent 610a3ad commit 8cd646d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Empty file removed src/constants/mod.rs
Empty file.
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 8cd646d

Please sign in to comment.