From ebbd6981d1fec11c24760e4f7c18548bd2f0fa48 Mon Sep 17 00:00:00 2001 From: Sameh Abouel-saad Date: Sun, 3 Nov 2024 15:49:50 +0200 Subject: [PATCH] update docs --- api/docs/docs.go | 2 +- api/docs/swagger.json | 2 +- api/docs/swagger.yaml | 2 +- cmd/api/main.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/docs/docs.go b/api/docs/docs.go index b6becdc..cfdcdf4 100644 --- a/api/docs/docs.go +++ b/api/docs/docs.go @@ -548,7 +548,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ - Version: "0.3.0", + Version: "0.2.0", Host: "", BasePath: "/", Schemes: []string{}, diff --git a/api/docs/swagger.json b/api/docs/swagger.json index 826d74d..42ec22a 100644 --- a/api/docs/swagger.json +++ b/api/docs/swagger.json @@ -9,7 +9,7 @@ "url": "https://codescalers-egypt.com", "email": "info@codescalers.com" }, - "version": "0.3.0" + "version": "0.2.0" }, "basePath": "/", "paths": { diff --git a/api/docs/swagger.yaml b/api/docs/swagger.yaml index 69afa43..1e97399 100644 --- a/api/docs/swagger.yaml +++ b/api/docs/swagger.yaml @@ -151,7 +151,7 @@ info: description: This is a KYC service for TFGrid. termsOfService: http://swagger.io/terms/ title: TFGrid KYC API - version: 0.3.0 + version: 0.2.0 paths: /api/v1/configs: get: diff --git a/cmd/api/main.go b/cmd/api/main.go index 78d269f..aef9266 100644 --- a/cmd/api/main.go +++ b/cmd/api/main.go @@ -10,7 +10,7 @@ import ( ) // @title TFGrid KYC API -// @version 0.3.0 +// @version 0.2.0 // @description This is a KYC service for TFGrid. // @termsOfService http://swagger.io/terms/