update make files for api jsonfile names

This commit is contained in:
Asim Aslam
2021-03-25 10:29:04 +00:00
parent c97a4854f3
commit b37cc09835
11 changed files with 11 additions and 11 deletions

View File

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