From 1b31b95b64d0e14fdaee110055470f80209a05ab Mon Sep 17 00:00:00 2001 From: Pc Date: Tue, 19 Dec 2023 00:44:19 +0330 Subject: [PATCH] docs: update documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d35e9ed..17c6758 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ go test -v ./... > ### Documentation Apis Each microservice uses swagger open api, navigate to `/swagger` for getting the list endpoints. + Also, to test apis, I created the [shop.rest](./shop.rest) file. This file run with [REST Client](https://github.com/Huachao/vscode-restclient) `VSCode plugin`. # Support