Skip to content

Commit

Permalink
fix: missing body declaration in proto config
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Aguilar <[email protected]>
  • Loading branch information
thepabloaguilar committed Jul 29, 2024
1 parent 7701aba commit 0ea1d59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
1 change: 1 addition & 0 deletions rpc/flipt/flipt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,3 +331,4 @@ http:
get: /ofrep/v1/configuration
- selector: flipt.ofrep.OFREPService.EvaluateFlag
post: /ofrep/v1/evaluate/flags/{key}
body: "*"
26 changes: 8 additions & 18 deletions rpc/flipt/ofrep/ofrep.pb.gw.go

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

0 comments on commit 0ea1d59

Please sign in to comment.