From 55e11b8d51aed0f28c6bb49efa7c00d9b42cdff4 Mon Sep 17 00:00:00 2001 From: Palash Dhavle Date: Mon, 30 Oct 2023 13:05:23 +0530 Subject: [PATCH] fix: corrected wrong backend graphql path in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 209ee4c..7558ee7 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To start the backend server, run the following command: yarn local ``` -Congratulations! Your backend is now running at http://localhost:8000/local/graphql. +Congratulations! Your backend is now running at http://localhost:8000/development/graphql. ## Communication Channels: