Add compression todo
This commit is contained in:
@ -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()
|
||||
.attach(Template::custom(|engines| {
|
||||
handlebars_util::register_helpers(engines)
|
||||
|
||||
Reference in New Issue
Block a user