Skip to content

Commit

Permalink
fix: Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha committed Dec 24, 2023
1 parent ac06f2b commit 2997417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/design/design.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ var _ = Service("calc", func() {

// Serve the file gen/http/openapi3.json for requests sent to
// /openapi.json.
Files("/openapi.json", "openapi3.json")
Files("/openapi.json", "gen/http/openapi3.json")
})

0 comments on commit 2997417

Please sign in to comment.