Remove extra bracket

This commit is contained in:
raeno 2018-12-19 23:06:10 +04:00
parent 7fb3780431
commit 652f49d176

View file

@ -485,7 +485,7 @@ defmodule Fallback.RedirectController do
end
def index_file_path do
Pleroma.Plugs.InstanceStatic.file_path("index.html"))
Pleroma.Plugs.InstanceStatic.file_path("index.html")
end
def registration_page(conn, params) do