forked from AkkomaGang/akkoma
Remove extra bracket
This commit is contained in:
parent
7fb3780431
commit
652f49d176
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ def redirector_with_meta(conn, params) do
|
||||||
end
|
end
|
||||||
|
|
||||||
def index_file_path do
|
def index_file_path do
|
||||||
Pleroma.Plugs.InstanceStatic.file_path("index.html"))
|
Pleroma.Plugs.InstanceStatic.file_path("index.html")
|
||||||
end
|
end
|
||||||
|
|
||||||
def registration_page(conn, params) do
|
def registration_page(conn, params) do
|
||||||
|
|
Loading…
Reference in a new issue