diff --git a/internal/web/web.go b/internal/web/web.go index 8db5a1454..f8c2c4e5f 100644 --- a/internal/web/web.go +++ b/internal/web/web.go @@ -37,8 +37,6 @@ const ( profilePath = "/@:" + usernameKey customCSSPath = profilePath + "/custom.css" statusPath = profilePath + "/statuses/:" + statusIDKey - adminPanelPath = "/admin" - userPanelpath = "/user" assetsPathPrefix = "/assets" tokenParam = "token"