mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-02-01 00:49:09 +01:00
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 @@ defmodule Fallback.RedirectController 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