mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Remove unused index route
This commit is contained in:
parent
c261eb3504
commit
fb9c6f745d
1 changed files with 1 additions and 6 deletions
|
@ -1,8 +1,3 @@
|
||||||
pub mod users;
|
pub mod users;
|
||||||
pub mod crates;
|
pub mod crates;
|
||||||
pub mod getting_started;
|
pub mod getting_started;
|
||||||
|
|
||||||
// basic handler that responds with a static string
|
|
||||||
pub async fn index() -> &'static str {
|
|
||||||
"Hello, World!"
|
|
||||||
}
|
|
Loading…
Reference in a new issue