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