From b37cc098356d568cff5bce85c52dc3f4abfae54e Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 25 Mar 2021 10:29:04 +0000 Subject: [PATCH] update make files for api jsonfile names --- chats/Makefile | 2 +- codes/Makefile | 2 +- etas/Makefile | 2 +- geocoding/Makefile | 2 +- invites/Makefile | 2 +- places/Makefile | 2 +- routing/Makefile | 2 +- seen/Makefile | 2 +- streams/Makefile | 2 +- threads/Makefile | 2 +- users/Makefile | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/chats/Makefile b/chats/Makefile index b7af103154..674d8f184b 100644 --- a/chats/Makefile +++ b/chats/Makefile @@ -11,7 +11,7 @@ proto: docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=. proto/chats.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-chats.json .PHONY: build build: diff --git a/codes/Makefile b/codes/Makefile index b2b4be9723..31491dbd09 100644 --- a/codes/Makefile +++ b/codes/Makefile @@ -16,7 +16,7 @@ build: .PHONY: docs docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/codes.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-codes.json .PHONY: test test: diff --git a/etas/Makefile b/etas/Makefile index 84483bf52a..d99ff4b2b4 100644 --- a/etas/Makefile +++ b/etas/Makefile @@ -14,7 +14,7 @@ proto: .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 8c1c83c269..3b81c3b863 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 55a9a7ca6a..be2b0c8b00 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/places/Makefile b/places/Makefile index 20744194a8..d0ff3168d2 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 462b088fcf..d044869f49 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/seen/Makefile b/seen/Makefile index f0044fb077..663f2f1175 100644 --- a/seen/Makefile +++ b/seen/Makefile @@ -15,7 +15,7 @@ build: docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/seen.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-seen.json .PHONY: test diff --git a/streams/Makefile b/streams/Makefile index 85b268b3d8..1a31997f12 100644 --- a/streams/Makefile +++ b/streams/Makefile @@ -16,7 +16,7 @@ build: .PHONY: docs docs: protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/streams.proto - @redoc-cli bundle api-protobuf.json + @redoc-cli bundle api-streams.json .PHONY: test test: diff --git a/threads/Makefile b/threads/Makefile index b427bf1d2b..867300b350 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 3149dcef4b..8e5347f785 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: