From 3d4bdec4baec9894e0206c6b77f546b21b11cc3b Mon Sep 17 00:00:00 2001 From: Pranay Prateek Date: Wed, 14 Jul 2021 21:16:27 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57ed52e7b9..3f30751539 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ Need to update [https://github.com/SigNoz/signoz/tree/main/pkg/query-service](ht **_Query Service should now be available at `http://localhost:8080`_** -> If you want to see how, frontend plays with query service, you can run frontend also in you local env with the baseURL changed to [`http://localhost:8080`](http://ec2-18-191-251-86.us-east-2.compute.amazonaws.com:8080/) in file `src/constants/env.ts` as the query-service is now running at port `8080` +> If you want to see how, frontend plays with query service, you can run frontend also in you local env with the baseURL changed to `http://localhost:8080` in file `src/constants/env.ts` as the query-service is now running at port `8080` # Contribute to Flattener Processor