summaryrefslogtreecommitdiff
path: root/internal/web/web.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-11-23 15:32:57 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-23 15:32:57 +0100
commit1281a9fd4ab78928cbdc5ac116358ba328015bf9 (patch)
tree2f181eeece7e7433cb7d6a033d936e90155f8f1a /internal/web/web.go
parent[feature] Prune timelines once per hour to plug memory leak (#1117) (diff)
downloadgotosocial-1281a9fd4ab78928cbdc5ac116358ba328015bf9.tar.xz
[chore/frontend] remove references to unused bundle.js (#1128)
Diffstat (limited to 'internal/web/web.go')
-rw-r--r--internal/web/web.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/web/web.go b/internal/web/web.go
index 16be8a71d..b9e0a63ff 100644
--- a/internal/web/web.go
+++ b/internal/web/web.go
@@ -38,6 +38,7 @@ const (
rssFeedPath = profilePath + "/feed.rss"
statusPath = profilePath + "/statuses/:" + statusIDKey
assetsPathPrefix = "/assets"
+ distPathPrefix = assetsPathPrefix + "/dist"
userPanelPath = "/settings/user"
adminPanelPath = "/settings/admin"