fix tests

This commit is contained in:
FloatingGhost 2022-01-29 16:22:39 +00:00
parent 06db507f39
commit 970ac804e0
2 changed files with 0 additions and 2 deletions

View file

@ -753,7 +753,6 @@ defmodule Pleroma.Web.Router do
scope "/", Pleroma.Web do scope "/", Pleroma.Web do
pipe_through(:api) pipe_through(:api)
get("/manifest.json", ManifestController, :show)
get("/web/manifest.json", MastoFEController, :manifest) get("/web/manifest.json", MastoFEController, :manifest)
end end

View file

@ -94,7 +94,6 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do
"internal", "internal",
".well-known", ".well-known",
"nodeinfo", "nodeinfo",
"manifest.json",
"web", "web",
"auth", "auth",
"embed", "embed",