From f564001e0db854490225d0a5448ad5f0275f3a3b Mon Sep 17 00:00:00 2001 From: perp Date: Sun, 2 Jun 2024 14:50:00 +0100 Subject: [PATCH] Fix URL --- internal/router/api/v1/v1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/router/api/v1/v1.go b/internal/router/api/v1/v1.go index 67b2171..4a1ed86 100644 --- a/internal/router/api/v1/v1.go +++ b/internal/router/api/v1/v1.go @@ -24,7 +24,7 @@ import "git.supernets.org/perp/gopay/internal/context" // @contact.url https://git.supernets.org/perp/gopay // @license.name Apache 2.0 -// @license.url http://www.apache.org/licenses/LICENSE-2.0.htm +// @license.url http://www.apache.org/licenses/LICENSE-2.0.html // Register v1 routes func Register(ctx *context.Context) {