8 lines
94 B
Go
8 lines
94 B
Go
package admin
|
|
|
|
import "github.com/gofiber/fiber/v2"
|
|
|
|
func RegisterRoutes(ctx *fiber.Ctx) {
|
|
|
|
}
|