fix: update feemarket REST endpoints (#1026)

* fix: update feemarket REST endpoints

* changelog
This commit is contained in:
Federico Kunze Küllmer
2022-04-04 15:00:26 +02:00
committed by GitHub
parent 3c8a95b012
commit 6abe84bde7
10 changed files with 200 additions and 1809 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ f_install_protoc_gen_swagger() {
fi
pushd "${TEMPDIR}" >/dev/null
go get github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger
go install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger@latest
npm install -g swagger-combine
popd >/dev/null
f_print_done