Skip to content

Commit

Permalink
Fix code generation
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Ok <[email protected]>
  • Loading branch information
aliok committed Jan 15, 2025
1 parent e390fff commit 5347de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/oapi-models-config-event-mesh-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package: v1
generate:
models: true
output: ../backends/pkg/reconciler/eventmesh/v1/api.gen.go
output: ../backends/pkg/eventmesh/v1/api.gen.go
2 changes: 1 addition & 1 deletion hack/oapi-server-config-event-mesh-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ generate:
gorilla-server: true
strict-server: true
embedded-spec: true
output: ../backends/pkg/reconciler/eventmesh/v1/server.gen.go
output: ../backends/pkg/eventmesh/v1/server.gen.go
compatibility:
apply-gorilla-middleware-first-to-last: true

0 comments on commit 5347de1

Please sign in to comment.