Remove unused index route

This commit is contained in:
Nico Burns 2022-11-08 01:50:51 +00:00
parent c261eb3504
commit fb9c6f745d

View file

@ -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!"
}
pub mod getting_started;