projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb3780
)
Remove extra bracket
author
raeno
<just.raeno@gmail.com>
Wed, 19 Dec 2018 19:06:10 +0000
(23:06 +0400)
committer
raeno
<just.raeno@gmail.com>
Wed, 19 Dec 2018 19:06:10 +0000
(23:06 +0400)
lib/pleroma/web/router.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/router.ex
b/lib/pleroma/web/router.ex
index e28055d2af81aaa88a45c94a6b15857bd680f2cf..59784549d18d8701c2cbd2e42fe34e1e3ae26178 100644
(file)
--- a/
lib/pleroma/web/router.ex
+++ b/
lib/pleroma/web/router.ex
@@
-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