mirror of
1
Fork 0

remove unused consts

This commit is contained in:
f0x 2022-09-09 15:54:15 +02:00
parent c989cd43ac
commit 8739608434
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ const (
profilePath = "/@:" + usernameKey
customCSSPath = profilePath + "/custom.css"
statusPath = profilePath + "/statuses/:" + statusIDKey
adminPanelPath = "/admin"
userPanelpath = "/user"
assetsPathPrefix = "/assets"
tokenParam = "token"