File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ plugins:
1919 opt :
2020 - paths=source_relative
2121 - plugin : buf.build/grpc-ecosystem/openapiv2:v2.19.0
22- out : ../api/v2/
22+ out : ../server/route/ api/v2/
2323 opt : output_format=yaml,allow_merge=true
2424 # Build the TypeScript definitions for the web.
2525 - plugin : buf.build/community/stephenh-ts-proto:v1.152.1
Original file line number Diff line number Diff line change 11# This file is used by gen-api-v1-docs.ps1 and gen-api-v1-docs.sh
22
33# You should list aditional dirs here if the API grows
4- SWAG_API_DIRS =./api/v1
4+ SWAG_API_DIRS =./server/route/ api/v1
55
66# Where general API info is documented
7- SWAG_GENERAL_INFO =./api/v1/v1.go
7+ SWAG_GENERAL_INFO =./server/route/ api/v1/v1.go
88
99# Possible output files: go (docs.go), json (swagger.json), yaml (swagger.yaml)
1010SWAG_OUTPUT_TYPES =go,yaml
1111
1212# Where generated files are outputted
13- SWAG_OUTPUT =./api/v1
13+ SWAG_OUTPUT =./server/route/ api/v1
You can’t perform that action at this time.
0 commit comments