aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/endpoint.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2019-02-01 11:34:41 +0100
committerhref <href@random.sh>2019-02-01 11:34:41 +0100
commitfa5ec765d9c6184027ba1e4371e9a6f863c3f5db (patch)
tree2f9d4b6ed995a0062a710f0781ccec6e53c7b941 /lib/pleroma/web/endpoint.ex
parentb3b0855456a92351667a50c8ea77f328bded76ca (diff)
downloadpleroma-fa5ec765d9c6184027ba1e4371e9a6f863c3f5db.tar.gz
Serve sw-pleroma.js properly
Diffstat (limited to 'lib/pleroma/web/endpoint.ex')
-rw-r--r--lib/pleroma/web/endpoint.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/endpoint.ex b/lib/pleroma/web/endpoint.ex
index 0b4ce9cc4..2b156fdfd 100644
--- a/lib/pleroma/web/endpoint.ex
+++ b/lib/pleroma/web/endpoint.ex
@@ -25,7 +25,7 @@ defmodule Pleroma.Web.Endpoint do
at: "/",
from: :pleroma,
only:
- ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas doc)
+ ~w(index.html static finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc)
)
# Code reloading can be explicitly enabled under the