aboutsummaryrefslogtreecommitdiff
path: root/controllers/preferences.go
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/preferences.go')
-rw-r--r--controllers/preferences.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/preferences.go b/controllers/preferences.go
index 86e0fb3..042e810 100644
--- a/controllers/preferences.go
+++ b/controllers/preferences.go
@@ -6,7 +6,7 @@ import (
"github.com/gofiber/fiber/v2"
)
-func PreferencesController(ctx *fiber.Ctx) error {
+func PreferencesPageController(ctx *fiber.Ctx) error {
ctx.Locals("Title", "Site Preferences")
return shortcuts.Render(ctx, "preferences", nil)
}