Skip to content

Commit

Permalink
fix: move inspect api
Browse files Browse the repository at this point in the history
  • Loading branch information
GMKrieger committed Jan 22, 2024
1 parent 350841e commit 2e7396d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Cartesi Node depends on the following Cartesi components:
| Component | Version |
|---|---|
| Cartesi Machine SDK | [v0.16.2](https://github.com/cartesi/machine-emulator-sdk/releases/tag/v0.16.2) |
| Cartesi OpenAPI Interfaces | [v0.6.0](https://github.com/cartesi/openapi-interfaces/releases/tag/v0.6.0) |
| Cartesi OpenAPI Interfaces | [v0.7.0](https://github.com/cartesi/openapi-interfaces/releases/tag/v0.7.0) |
| Cartesi Rollups Contracts | [v1.1.0](https://github.com/cartesi/rollups-contracts/releases/tag/v1.1.0) |
| Cartesi Server Manager | [v0.8.2](https://github.com/cartesi/server-manager/releases/tag/v0.8.2) |

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/inspectclient/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// to query the Rollups GraphQL API
package inspectclient

//go:generate go run github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen -generate types,client -o generated.go -package inspectclient inspect.yaml
//go:generate go run github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen -generate types,client -o generated.go -package inspectclient ../../api/openapi/inspect.yaml

0 comments on commit 2e7396d

Please sign in to comment.