Skip to content

Commit

Permalink
Add API Handlers to existing implementation (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
GAlexIHU authored Dec 9, 2024
1 parent dd76303 commit 4ac3621
Show file tree
Hide file tree
Showing 76 changed files with 11,547 additions and 9,602 deletions.
4 changes: 3 additions & 1 deletion .dagger/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ func (m *Generate) WebSdk() *dagger.Directory {

func (m *Generate) Server() *dagger.Directory {
openapi := m.Openapi()
cloud := m.Openapicloud()

source := m.Source.
WithFile("api/openapi.yaml", openapi)
WithFile("api/openapi.yaml", openapi).
WithFile("api/openapi.cloud.yaml", cloud)

return goModule().
WithSource(source).
Expand Down
Loading

0 comments on commit 4ac3621

Please sign in to comment.