Fix header guard for apub responses

pull/722/head
Felix 4 years ago
parent 92e30311ce
commit 70816a4779

@ -12,7 +12,7 @@ pub fn config(cfg: &mut web::ServiceConfig) {
cfg
.service(
web::scope("/")
.guard(guard::Header("Content-Type", APUB_JSON_CONTENT_TYPE))
.guard(guard::Header("Accept", APUB_JSON_CONTENT_TYPE))
.route(
"/c/{community_name}",
web::get().to(get_apub_community_http),

Loading…
Cancel
Save