diff options
Diffstat (limited to 'router/base.go')
| -rw-r--r-- | router/base.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/router/base.go b/router/base.go index b178d50..aaeaad3 100644 --- a/router/base.go +++ b/router/base.go @@ -12,6 +12,6 @@ func init() { urls.SetNamespace("") urls.Path(types.GET, "/", func(c *fiber.Ctx) error { - return shortcuts.Render(c, "pages/home", nil) + return shortcuts.Render(c, "pages/main", fiber.Map{}) }, "home") } |
