From 0972039f971d6f9b4ba1fb419d5ad5f6fd87aeba Mon Sep 17 00:00:00 2001 From: Sabiha Khan Date: Thu, 5 Mar 2026 16:18:23 +0530 Subject: [PATCH] fix: setup doc --- docs/contribution/setup.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/contribution/setup.mdx b/docs/contribution/setup.mdx index dd30c3b..1182ddc 100644 --- a/docs/contribution/setup.mdx +++ b/docs/contribution/setup.mdx @@ -63,9 +63,7 @@ bash scripts/start_services_dev.sh ``` Verify that your backend server is running ``` -(venv)abhishek$ curl -X GET localhost:8000/api/v1/health -{"message":"OK"} -(venv)abhishek$ +curl -X GET localhost:8000/api/v1/health ``` You would be able to see the logs in logs/ directory. ```