Switch to aliasing Router.Helpers instead of importing

This commit is contained in:
Alex Gleason 2021-05-18 17:11:25 -05:00
commit 07fed0fda2
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
21 changed files with 33 additions and 31 deletions

View 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"
],