Remove the last build warning

The host-meta route is only available in XML anyway, and having warning during is making people doubt of its validity.
This commit is contained in:
Bat 2018-07-11 17:31:02 +02:00
parent b95e384ed7
commit b59299ad5a

View file

@ -17,7 +17,7 @@ fn nodeinfo() -> Content<String> {
}).to_string())
}
#[get("/.well-known/host-meta", format = "application/xml")]
#[get("/.well-known/host-meta")]
fn host_meta() -> String {
format!(r#"
<?xml version="1.0"?>