Skip to content

Commit

Permalink
fix: update local server url in swagger configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Eraxyso authored Dec 19, 2024
1 parent 55c5ce3 commit d33f4f9
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 69 deletions.
2 changes: 1 addition & 1 deletion docs/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
servers:
- url: "https://anke-to.trap.jp/api"
description: production
- url: "http://localhost:8080/api"
- url: "http://localhost:1323"
description: local
info:
title: anke-to API
Expand Down
138 changes: 70 additions & 68 deletions openapi/spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d33f4f9

Please sign in to comment.