summaryrefslogtreecommitdiff
path: root/internal/routers/hkgi.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/routers/hkgi.go')
-rw-r--r--internal/routers/hkgi.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/internal/routers/hkgi.go b/internal/routers/hkgi.go
index 942bc5a..46809c2 100644
--- a/internal/routers/hkgi.go
+++ b/internal/routers/hkgi.go
@@ -1,8 +1,10 @@
package routers
-import "github.com/gofiber/fiber/v2"
+import (
+ "github.com/gofiber/fiber/v2"
+)
-func SetupHkgiRoutes(router fiber.Router) {
+func SetupHkgiRoutes(router fiber.App) {
hkgi := router.Group("/hkgi")
hkgi.Get("/getstead", func(c *fiber.Ctx) error {})