From 3820d79352d514f06d14c27f927970003677780f Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Wed, 23 Nov 2022 19:00:27 +0300 Subject: [PATCH] Update POST.md --- .../Community-Articles/2022-11-22-gRPC-JSON-Transcoding/POST.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/Community-Articles/2022-11-22-gRPC-JSON-Transcoding/POST.md b/docs/en/Community-Articles/2022-11-22-gRPC-JSON-Transcoding/POST.md index 66786ff740..cc17fad6e6 100644 --- a/docs/en/Community-Articles/2022-11-22-gRPC-JSON-Transcoding/POST.md +++ b/docs/en/Community-Articles/2022-11-22-gRPC-JSON-Transcoding/POST.md @@ -35,6 +35,8 @@ By using JSON Transcoding, we can expose our gRPC services and access them via H ## Creating & Exposing gRPC Services in ABP Based Applications +> You can find the source code of the application at https://github.com/EngincanV/abp-grpc-json-transcoding. + ### Creating the Application Create an empty folder, open a command-line terminal and type the following command in the terminal window to create a new ABP solution using the ABP CLI: