Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
c8a29315
Commit
c8a29315
authored
Feb 03, 2018
by
Hakaba Hitoyo
Browse files
add backend endpoint /images
parent
ea6d1b2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/endpoint.ex
View file @
c8a29315
...
...
@@ -12,7 +12,7 @@ defmodule Pleroma.Web.Endpoint do
at:
"/media"
,
from:
"uploads"
,
gzip:
false
plug
Plug
.
Static
,
at:
"/"
,
from:
:pleroma
,
only:
~w(index.html static finmoji emoji packs sounds instance sw.js)
only:
~w(index.html static finmoji emoji packs sounds
images
instance sw.js)
# Code reloading can be explicitly enabled under the
# :code_reloader configuration of your endpoint.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment