aboutsummaryrefslogtreecommitdiff
path: root/routes/404.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/404.go')
-rw-r--r--routes/404.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/routes/404.go b/routes/404.go
deleted file mode 100644
index 94b96e8..0000000
--- a/routes/404.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package routes
-
-import (
- "github.com/gofiber/fiber/v2"
-)
-
-func NotFound(c *fiber.Ctx) error {
- return c.Status(404).Render("404", fiber.Map{}, "layouts/main")
-}