Skip to content

Commit

Permalink
Fix: api docs host
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed May 28, 2024
1 parent e0a2ce3 commit aa22a6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/api/docs/docs.go

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

2 changes: 1 addition & 1 deletion cmd/api/docs/swagger.json

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

2 changes: 1 addition & 1 deletion cmd/api/docs/swagger.yaml

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

2 changes: 1 addition & 1 deletion cmd/api/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var rootCmd = &cobra.Command{
// @title Swagger Astria Explorer API
// @version 1.0
// @description This is docs of Astria Explorer API.
// @host api-dusk-5.astrotrek.io
// @host api-dusk.astrotrek.io
//
// @query.collection.format multi
func main() {
Expand Down

0 comments on commit aa22a6c

Please sign in to comment.