From 4a0670c6f699b9b14c9211e24f85cd1dc9860292 Mon Sep 17 00:00:00 2001 From: Hajar RAHMOUNI Date: Sun, 19 Nov 2023 11:36:06 +0100 Subject: [PATCH] readme updated --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2110558..f15ed14 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,9 @@ To view the Swagger UI interface: ``` open http://localhost:8080/docs ``` +To view the graphQl playground interface : +``` +open http://localhost:8080/graphql-playground +``` This project leverages the mega-awesome [swagger-tools](https://github.com/apigee-127/swagger-tools) middleware which does most all the work. -- GitLab