parent
736095a5aa
commit
02910b8b93
@ -0,0 +1,10 @@ |
||||
package admin |
||||
|
||||
|
||||
func GetPageIndex(c *fiber.Ctx) error { |
||||
c.Render("admin/index", fiber.Map{}) |
||||
} |
||||
|
||||
func Setup(app *fiber.App) { |
||||
app.Get("/admin/", GetIndex); |
||||
} |
Loading…
Reference in new issue