Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk committed Nov 3, 2024
1 parent 6f852aa commit ebbd698
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
Expand Down
2 changes: 1 addition & 1 deletion api/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://codescalers-egypt.com",
"email": "[email protected]"
},
"version": "0.3.0"
"version": "0.2.0"
},
"basePath": "/",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion api/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cmd/api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit ebbd698

Please sign in to comment.