From 65838bac742392b55434aaba82a7be95bf245cb0 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Wed, 24 Dec 2025 17:14:22 -0300 Subject: [PATCH] docs: update swagger --- docs/docs.go | 4 ++-- docs/swagger.json | 4 ++-- docs/swagger.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 4e53465..4d860d8 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -12,7 +12,7 @@ const docTemplate = `{ "termsOfService": "http://swagger.io/terms/", "contact": { "name": "API Support", - "email": "support@yourapp.com" + "email": "gabriel.delosrios@tutamail.com" }, "license": { "name": "MIT", @@ -364,7 +364,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ Version: "1.0", - Host: "localhost:8080", + Host: "agenda-web-go.gabilandia.com", BasePath: "/", Schemes: []string{}, Title: "Contacts API", diff --git a/docs/swagger.json b/docs/swagger.json index 9df2213..31332e2 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -6,7 +6,7 @@ "termsOfService": "http://swagger.io/terms/", "contact": { "name": "API Support", - "email": "support@yourapp.com" + "email": "gabriel.delosrios@tutamail.com" }, "license": { "name": "MIT", @@ -14,7 +14,7 @@ }, "version": "1.0" }, - "host": "localhost:8080", + "host": "agenda-web-go.gabilandia.com", "basePath": "/", "paths": { "/contacts": { diff --git a/docs/swagger.yaml b/docs/swagger.yaml index f1d208c..f6512ad 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -47,10 +47,10 @@ definitions: description: Phone number in international format type: string type: object -host: localhost:8080 +host: agenda-web-go.gabilandia.com info: contact: - email: support@yourapp.com + email: gabriel.delosrios@tutamail.com name: API Support description: A simple Contacts CRUD API license: