Added swagger support
This commit is contained in:
@ -3,7 +3,7 @@ package api
|
||||
import (
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"github.com/gofiber/fiber/v2/middleware/helmet"
|
||||
"{{cookiecutter.module_path}}/internal/app/api/v1"
|
||||
v1 "{{cookiecutter.module_path}}/internal/app/api/v1"
|
||||
)
|
||||
|
||||
func ConfigureRoutes(app *fiber.App) error {
|
||||
|
Reference in New Issue
Block a user