forked from mirrors/gotosocial
remove unused consts
This commit is contained in:
parent
c989cd43ac
commit
8739608434
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ const (
|
||||||
profilePath = "/@:" + usernameKey
|
profilePath = "/@:" + usernameKey
|
||||||
customCSSPath = profilePath + "/custom.css"
|
customCSSPath = profilePath + "/custom.css"
|
||||||
statusPath = profilePath + "/statuses/:" + statusIDKey
|
statusPath = profilePath + "/statuses/:" + statusIDKey
|
||||||
adminPanelPath = "/admin"
|
|
||||||
userPanelpath = "/user"
|
|
||||||
assetsPathPrefix = "/assets"
|
assetsPathPrefix = "/assets"
|
||||||
|
|
||||||
tokenParam = "token"
|
tokenParam = "token"
|
||||||
|
|
Loading…
Reference in a new issue