diff options
author | 2022-11-23 15:32:57 +0100 | |
---|---|---|
committer | 2022-11-23 15:32:57 +0100 | |
commit | 1281a9fd4ab78928cbdc5ac116358ba328015bf9 (patch) | |
tree | 2f181eeece7e7433cb7d6a033d936e90155f8f1a /internal/web/web.go | |
parent | [feature] Prune timelines once per hour to plug memory leak (#1117) (diff) | |
download | gotosocial-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.go | 1 |
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" |