removed some unused constants

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2025-08-02 19:00:15 +02:00
parent b2948a5255
commit 75ad6346c3
3 changed files with 30 additions and 33 deletions

View File

@@ -83,7 +83,6 @@ const (
user2FARecoveryCodesPath = "/api/v2/user/2fa/recoverycodes" user2FARecoveryCodesPath = "/api/v2/user/2fa/recoverycodes"
userProfilePath = "/api/v2/user/profile" userProfilePath = "/api/v2/user/profile"
userSharesPath = "/api/v2/user/shares" userSharesPath = "/api/v2/user/shares"
retentionBasePath = "/api/v2/retention/users"
retentionChecksPath = "/api/v2/retention/users/checks" retentionChecksPath = "/api/v2/retention/users/checks"
fsEventsPath = "/api/v2/events/fs" fsEventsPath = "/api/v2/events/fs"
providerEventsPath = "/api/v2/events/provider" providerEventsPath = "/api/v2/events/provider"

View File

@@ -126,7 +126,6 @@ const (
user2FARecoveryCodesPath = "/api/v2/user/2fa/recoverycodes" user2FARecoveryCodesPath = "/api/v2/user/2fa/recoverycodes"
userProfilePath = "/api/v2/user/profile" userProfilePath = "/api/v2/user/profile"
userSharesPath = "/api/v2/user/shares" userSharesPath = "/api/v2/user/shares"
retentionBasePath = "/api/v2/retention/users"
fsEventsPath = "/api/v2/events/fs" fsEventsPath = "/api/v2/events/fs"
providerEventsPath = "/api/v2/events/provider" providerEventsPath = "/api/v2/events/provider"
logEventsPath = "/api/v2/events/logs" logEventsPath = "/api/v2/events/logs"

View File

@@ -76,7 +76,6 @@ const (
templateAdminDir = "webadmin" templateAdminDir = "webadmin"
templateBase = "base.html" templateBase = "base.html"
templateFsConfig = "fsconfig.html" templateFsConfig = "fsconfig.html"
templateSharedComponents = "sharedcomponents.html"
templateUsers = "users.html" templateUsers = "users.html"
templateUser = "user.html" templateUser = "user.html"
templateAdmins = "admins.html" templateAdmins = "admins.html"