Remove extra bracket

This commit is contained in:
raeno 2018-12-19 23:06:10 +04:00
parent 7fb3780431
commit 652f49d176
1 changed files with 1 additions and 1 deletions

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