Skip to content

Commit

Permalink
framework disabled state (#45)
Browse files Browse the repository at this point in the history
* feat: sync disabled state

* fix: default local endpoint
  • Loading branch information
slntopp authored Jul 11, 2024
1 parent 078798c commit dde921d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pull request][pulls].
When developing new APIs locally, you can overwrite the API endpoint.
Specify `MONDOO_API_ENDPOINT` environment variable for the `generate` command, e.g.,:
```
MONDOO_API_ENDPOINT=http://127.0.0.1 make generate
MONDOO_API_ENDPOINT=http://127.0.0.1:8989 make generate
```

## Kudos
Expand Down
6 changes: 4 additions & 2 deletions enum.go

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

2 changes: 2 additions & 0 deletions input.go

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

0 comments on commit dde921d

Please sign in to comment.