Always use JSON for Webfinger

This commit is contained in:
Bat
2018-04-24 12:38:43 +01:00
parent 0c9a1bfc3a
commit 270786ad3d
3 changed files with 15 additions and 49 deletions
+1 -2
View File
@@ -54,8 +54,7 @@ fn main() {
rocket::ignite()
.mount("/", routes![
routes::well_known::host_meta,
routes::well_known::webfinger_json,
routes::well_known::webfinger_xml,
routes::well_known::webfinger,
routes::instance::configure,
routes::instance::post_config,