fix /
This commit is contained in:
parent
5c16c77cd9
commit
6616bc01b8
|
@ -10,8 +10,8 @@ use rocket::{
|
|||
|
||||
#[get("/")]
|
||||
fn hello() -> String {
|
||||
fs::read_to_string("/home/sadlynotsappho/Projects/Rust/Projects/fossil/web/index.html").unwrap()
|
||||
// format!("hi!!!")
|
||||
// fs::read_to_string("/home/sadlynotsappho/Projects/Rust/Projects/fossil/web/index.html").unwrap()
|
||||
format!("hi!!!")
|
||||
}
|
||||
|
||||
#[get("/book/<card>/<isbn>")]
|
||||
|
|
Loading…
Reference in New Issue