fix: gen scripts > gohttp

This commit is contained in:
Nex 2021-02-12 21:10:12 +08:00
parent 486291351a
commit b6ebbaa879
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ for %%A in (%*) do (
--grpc-gateway_opt grpc_api_configuration=bdware/bdledger/api/grpc-gateway.yml ^
--grpc-gateway_opt logtostderr=true ^
--openapiv2_out ..\..\docs\openapiv2 ^
--openapiv2_out grpc_api_configuration=bdware/bdledger/api/grpc-gateway.yml ^
--openapiv2_opt grpc_api_configuration=bdware/bdledger/api/grpc-gateway.yml ^
--openapiv2_opt logtostderr=true ^
%pb_files%
)

View File

@ -68,7 +68,7 @@ do
--grpc-gateway_opt grpc_api_configuration=bdware/bdledger/api/grpc-gateway.yml \
--grpc-gateway_opt logtostderr=true \
--openapiv2_out ../../docs/openapiv2 \
--openapiv2_out grpc_api_configuration=bdware/bdledger/api/grpc-gateway.yml \
--openapiv2_opt grpc_api_configuration=bdware/bdledger/api/grpc-gateway.yml \
--openapiv2_opt logtostderr=true \
$pb_files \
$async_tag