aboutsummaryrefslogtreecommitdiff
path: root/controllers/posts.go
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/posts.go')
-rw-r--r--controllers/posts.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/controllers/posts.go b/controllers/posts.go
index c3da9c1..6fdcd26 100644
--- a/controllers/posts.go
+++ b/controllers/posts.go
@@ -8,7 +8,6 @@ import (
func PostsController(ctx *fiber.Ctx) error {
ctx.Locals("Title", "Posts")
- ctx.Locals("request", fiber.Map{"path": ctx.Path()})
searchQuery := ctx.Query("tags", "")