[chore/frontend] remove references to unused bundle.js (#1128)

This commit is contained in:
tobi 2022-11-23 15:32:57 +01:00 committed by GitHub
commit 1281a9fd4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 21 deletions

View file

@ -38,6 +38,7 @@ const (
rssFeedPath = profilePath + "/feed.rss"
statusPath = profilePath + "/statuses/:" + statusIDKey
assetsPathPrefix = "/assets"
distPathPrefix = assetsPathPrefix + "/dist"
userPanelPath = "/settings/user"
adminPanelPath = "/settings/admin"