remove unused consts

This commit is contained in:
f0x 2022-09-09 15:54:15 +02:00
parent c989cd43ac
commit 8739608434

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"