Skip to content

Commit

Permalink
trivial. change swagger url for ft env
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Sep 15, 2023
1 parent f829028 commit 7cc9b31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6184,7 +6184,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "1.0",
Host: "tks-api-dev.taco-cat.xyz",
Host: "tks-api-ft.taco-cat.xyz",
BasePath: "/api/1.0/",
Schemes: []string{},
Title: "tks-api service",
Expand Down
2 changes: 1 addition & 1 deletion api/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"version": "1.0"
},
"host": "tks-api-dev.taco-cat.xyz",
"host": "tks-api-ft.taco-cat.xyz",
"basePath": "/api/1.0/",
"paths": {
"/app-groups": {
Expand Down
2 changes: 1 addition & 1 deletion api/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ definitions:
text:
type: string
type: object
host: tks-api-dev.taco-cat.xyz
host: tks-api-ft.taco-cat.xyz
info:
contact:
email: taekyu.kang@sk.com
Expand Down
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func init() {
// @in header
// @name Authorization

// @host tks-api-dev.taco-cat.xyz
// @host tks-api-ft.taco-cat.xyz
// @BasePath /api/1.0/
func main() {
log.Info("*** Arguments *** ")
Expand Down

0 comments on commit 7cc9b31

Please sign in to comment.