diff --git a/internal/router/api/v1/v1.go b/internal/router/api/v1/v1.go index 4a1ed86..cabd8c6 100644 --- a/internal/router/api/v1/v1.go +++ b/internal/router/api/v1/v1.go @@ -30,5 +30,4 @@ import "git.supernets.org/perp/gopay/internal/context" func Register(ctx *context.Context) { v1 := ctx.Group("v1") v1.GET("scalar", ctx.API(Spec)) - v1.GET("swagger", ctx.API(Spec)) }