Removed swagger endpoint (Scalar used instead)

This commit is contained in:
perp 2024-06-02 14:58:12 +01:00
parent f564001e0d
commit 04f327707e

View File

@ -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))
}