Merge branch 'cycles-router-api-routes' into 'develop'
[akkoma] / lib / pleroma / web / views / masto_fe_view.ex
index b9055cb7f930cfc8ca3c9da480f1af01a3118d4b..82b301949d5446cc01bf0ca090efaf4cfe583c70 100644 (file)
@@ -79,7 +79,7 @@ defmodule Pleroma.Web.MastoFEView do
       background_color: Config.get([:manifest, :background_color]),
       display: "standalone",
       scope: Pleroma.Web.base_url(),
-      start_url: masto_fe_path(Pleroma.Web.Endpoint, :index, ["getting-started"]),
+      start_url: Routes.masto_fe_path(Pleroma.Web.Endpoint, :index, ["getting-started"]),
       categories: [
         "social"
       ],