This commit is contained in:
SadlyNotSappho 2023-12-21 12:43:06 -08:00
parent 5c16c77cd9
commit 6616bc01b8
1 changed files with 2 additions and 2 deletions

View File

@ -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>")]