update: make things work with the new package system
This commit is contained in:
8
routes/package.go
Normal file
8
routes/package.go
Normal file
@ -0,0 +1,8 @@
|
||||
package routes
|
||||
|
||||
import "github.com/gofiber/fiber/v2"
|
||||
|
||||
func GET_package(c *fiber.Ctx) error {
|
||||
//name := c.Params("name")
|
||||
return c.Render("package", &fiber.Map{})
|
||||
}
|
Reference in New Issue
Block a user