Skip to content

Commit

Permalink
testing verified commits
Browse files Browse the repository at this point in the history
  • Loading branch information
brewinski committed Nov 1, 2024
1 parent b2f4139 commit 973bc18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/router/router.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
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 973bc18

Please sign in to comment.