Added swagger support

This commit is contained in:
2023-07-22 15:50:06 +02:00
parent d49ca4fa68
commit b31c00ed70
5 changed files with 44 additions and 8 deletions

View File

@ -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 {