Skip to content

Commit

Permalink
update this thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brewin Local authored and Chris Brewin Local committed Nov 1, 2024
1 parent 0b95ae6 commit b2f4139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/router/router.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
package router

import (
"fmt"

"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/middleware/logger"
"github.com/gofiber/fiber/v2/middleware/recover"
)

// SetupRoutes func to setup routes
func SetupRoutes(app *fiber.App) {
fmt.Println("testing")

api := app.Group("api", logger.New(), recover.New(recover.Config{
EnableStackTrace: true,
Expand Down

0 comments on commit b2f4139

Please sign in to comment.