Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Javokhdev committed Aug 16, 2024
1 parent abaeb1f commit 2a7ddc2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion api_gateway-personal_finance/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (

// @title api gat way
// @description Auth service API documentation
// @host localhost:8080
// @BasePath /
// @securityDefinitions.apikey BearerAuth
// @in header
Expand Down
2 changes: 1 addition & 1 deletion api_gateway-personal_finance/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "",
Host: "localhost:8080",
Host: "",
BasePath: "/",
Schemes: []string{},
Title: "api gat way",
Expand Down
1 change: 0 additions & 1 deletion api_gateway-personal_finance/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "api gat way",
"contact": {}
},
"host": "localhost:8080",
"basePath": "/",
"paths": {
"/account/create": {
Expand Down
1 change: 0 additions & 1 deletion api_gateway-personal_finance/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ definitions:
user_id:
type: string
type: object
host: localhost:8080
info:
contact: {}
description: Auth service API documentation
Expand Down

0 comments on commit 2a7ddc2

Please sign in to comment.