Don't disable default 'Shield' in 'hello' example.

This commit is contained in:
Sergio Benitez 2021-05-22 17:20:29 -07:00
parent a26f93c572
commit a7cfa4c8b7
1 changed files with 0 additions and 1 deletions

View File

@ -61,5 +61,4 @@ fn rocket() -> _ {
.mount("/", routes![hello])
.mount("/hello", routes![world, mir])
.mount("/wave", routes![wave])
.attach(rocket::shield::Shield::new())
}