From 7ba4374257c6f462d5fc88a3ac6c4fc7fec06375 Mon Sep 17 00:00:00 2001 From: Bar Hofesh Date: Sun, 8 Sep 2024 18:02:31 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f37653..744eafa 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ You should see the Swagger UI page for that application that allows you to test ![Swagger UI](https://user-images.githubusercontent.com/38690835/171161124-92e0cc8c-90e1-4168-9242-63c6c598a26d.png) +If for some reason (like discovery) you need the JSON schema, it is avilable also under: `http://localhost:3000/api-json` + To explore the Swagger UI: - Click on the `POST /users` endpoint From eeb0f1ff839ab1365059e708df7a89f9d2510b44 Mon Sep 17 00:00:00 2001 From: Viachaslau Date: Mon, 9 Sep 2024 08:55:43 +0400 Subject: [PATCH 2/2] docs(readme): json schema link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 744eafa..78ca87f 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ You should see the Swagger UI page for that application that allows you to test ![Swagger UI](https://user-images.githubusercontent.com/38690835/171161124-92e0cc8c-90e1-4168-9242-63c6c598a26d.png) -If for some reason (like discovery) you need the JSON schema, it is avilable also under: `http://localhost:3000/api-json` +If you need the JSON schema for any reason, such as for discovery purposes, it can be accessed at: `http://localhost:3000/api-json`. To explore the Swagger UI: