other files consistency

This commit is contained in:
Alexander Strizhakov 2020-06-23 21:10:32 +03:00
commit 0374df1d12
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
18 changed files with 5 additions and 6 deletions

View file

@ -737,7 +737,7 @@ defmodule Pleroma.Web.Router do
get("/check_password", MongooseIMController, :check_password)
end
scope "/", Fallback do
scope "/", Pleroma.Web.Fallback do
get("/registration/:token", RedirectController, :registration_page)
get("/:maybe_nickname_or_id", RedirectController, :redirector_with_meta)
get("/api*path", RedirectController, :api_not_implemented)