Merge branch 'features/column_media_streaming' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index 1c1c26c563b695a207e7a90c47270945b58b17d6..13bd393abcfd0f3ae3a3a861bdfd728b1567d577 100644 (file)
@@ -41,7 +41,7 @@ defmodule Pleroma.Web.Router do
   end
 
   pipeline :well_known do
-    plug(:accepts, ["json", "jrd+json", "xml", "xml+xrd"])
+    plug(:accepts, ["json", "jrd+json", "xml", "xrd+xml"])
   end
 
   pipeline :config do