Webfinger

This commit is contained in:
Bat
2018-04-24 09:35:45 +01:00
parent e9bcaf4dd9
commit f0b08b2d6d
7 changed files with 173 additions and 0 deletions
+4
View File
@@ -53,6 +53,10 @@ fn index(conn: DbConn) -> String {
fn main() {
rocket::ignite()
.mount("/", routes![
routes::well_known::host_meta,
routes::well_known::webfinger_json,
routes::well_known::webfinger_xml,
routes::instance::configure,
routes::instance::post_config,