mirror of https://github.com/rwf2/Rocket.git
Revert hello_person to pre-testing.
This commit is contained in:
parent
dd7e95b3c5
commit
123c684f62
|
@ -16,5 +16,5 @@ fn hi<'r>(name: &'r str) -> &'r str {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
rocket::ignite().mount("/<test>", routes![hello, hi]).launch();
|
||||
rocket::ignite().mount("/", routes![hello, hi]).launch();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue