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