From 5f7579a69b545727d7103824463b010ba8a83e1c Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 18 Mar 2021 11:08:50 +0000 Subject: [PATCH] Fixup the protobuf.json files --- blog/Makefile | 2 +- etas/Makefile | 4 ++-- geocoding/Makefile | 2 +- invites/Makefile | 2 +- mail/Makefile | 2 +- places/Makefile | 2 +- routing/Makefile | 2 +- threads/Makefile | 2 +- users/Makefile | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/blog/Makefile b/blog/Makefile index 25f53aa..bf27cb8 100644 --- a/blog/Makefile +++ b/blog/Makefile @@ -12,7 +12,7 @@ proto: .PHONY: docs docs: protoc --openapi_out=. --proto_path=$$GOPATH/src:. --micro_out=. --go_out=:. proto/blog.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-blog.json .PHONY: build build: diff --git a/etas/Makefile b/etas/Makefile index 6b47ca7..d99ff4b 100644 --- a/etas/Makefile +++ b/etas/Makefile @@ -9,12 +9,12 @@ init: .PHONY: proto proto: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/etas.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-etas.json .PHONY: docs docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/etas.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-etas.json .PHONY: build build: diff --git a/geocoding/Makefile b/geocoding/Makefile index 8c1c83c..3b81c3b 100644 --- a/geocoding/Makefile +++ b/geocoding/Makefile @@ -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: diff --git a/invites/Makefile b/invites/Makefile index 55a9a7c..be2b0c8 100644 --- a/invites/Makefile +++ b/invites/Makefile @@ -12,7 +12,7 @@ proto: .PHONY: docs docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/invites.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-invites.json .PHONY: build build: diff --git a/mail/Makefile b/mail/Makefile index e034d3c..d6b85f8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -12,7 +12,7 @@ proto: .PHONY: docs docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/mail.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-mail.json .PHONY: build build: diff --git a/places/Makefile b/places/Makefile index 2074419..d0ff316 100644 --- a/places/Makefile +++ b/places/Makefile @@ -12,7 +12,7 @@ proto: .PHONY: docs docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/places.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-places.json .PHONY: build build: diff --git a/routing/Makefile b/routing/Makefile index 462b088..d044869 100644 --- a/routing/Makefile +++ b/routing/Makefile @@ -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: diff --git a/threads/Makefile b/threads/Makefile index b427bf1..867300b 100644 --- a/threads/Makefile +++ b/threads/Makefile @@ -12,7 +12,7 @@ proto: .PHONY: docs docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/threads.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-threads.json .PHONY: build build: diff --git a/users/Makefile b/users/Makefile index 3149dce..8e5347f 100644 --- a/users/Makefile +++ b/users/Makefile @@ -12,7 +12,7 @@ proto: .PHONY: docs docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/users.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-users.json .PHONY: build build: