Add compression todo

This commit is contained in:
2021-04-30 15:00:52 +02:00
parent c3870bcded
commit 6019b2c945

View File

@ -48,6 +48,8 @@ async fn main() -> io::Result<()> {
} }
} }
// TODO: Add compression fairing once rocket_contrib 0.5 re-implements it
let rocket = rocket::build() let rocket = rocket::build()
.attach(Template::custom(|engines| { .attach(Template::custom(|engines| {
handlebars_util::register_helpers(engines) handlebars_util::register_helpers(engines)