Fix duplicate import in routes.go

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-06-08 20:44:17 +02:00
parent 24a9111333
commit 6d4a034753
-1
View File
@@ -13,7 +13,6 @@ import (
echoMiddleware "github.com/labstack/echo/v5/middleware"
echoSwagger "github.com/swaggo/echo-swagger/v2"
"go.uber.org/zap"
"music-server/internal/logging"
)
// @Title MusicServer API