Skip to content

Commit

Permalink
Update to latest swagger ui viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepartridge committed Nov 17, 2020
1 parent 9efeb6f commit 488e77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _scripts/swagger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ if [ ! $(which go-bindata-assetfs) ]; then
fi

go-bindata-assetfs -o "example/swagger.go" -pkg main -ignore=\\.sh -ignore=\\.go ./example/protos/...
go-bindata-assetfs -o "swagger/ui/swagger.go" -pkg swagger -ignore=\\.sh -ignore=\\.go ./swagger/ui/...
go-bindata-assetfs -o "swagger/ui.go" -pkg swagger -ignore=\\.sh -ignore=\\.go ./swagger/ui/...
# go-bindata-assetfs -o "swagger/ui/swagger.go" -pkg swagger -ignore=\\.sh -ignore=\\.go ./swagger/ui/...

0 comments on commit 488e77d

Please sign in to comment.