Fixup the protobuf.json files

This commit is contained in:
Asim Aslam
2021-03-18 11:08:50 +00:00
parent 5ada47e635
commit 5f7579a69b
9 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ proto:
.PHONY: docs
docs:
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/geocoding.proto
@redoc-cli bundle api-protobuf.json
@redoc-cli bundle api-geocoding.json
.PHONY: build
build: