Merge branch 'emoji-in-summary' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index 1f929ee21f1593d3f4ebf1422cb8a77b5db5d1c0..8df45bf4da2344053a835375019b580529ed05e9 100644 (file)
@@ -232,6 +232,12 @@ defmodule Pleroma.Web.Router do
     put("/settings", MastodonAPIController, :put_settings)
   end
 
+  scope "/api", Pleroma.Web.RichMedia do
+    pipe_through(:authenticated_api)
+
+    get("/rich_media/parse", RichMediaController, :parse)
+  end
+
   scope "/api/v1", Pleroma.Web.MastodonAPI do
     pipe_through(:api)
     get("/instance", MastodonAPIController, :masto_instance)