From 2a2af87194c56465b769418ce4ec581a5d149510 Mon Sep 17 00:00:00 2001 From: GayathriSrividya Date: Thu, 8 Aug 2024 12:13:57 +0530 Subject: [PATCH] Fix: removed circleci workflow as part of cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32bf7875..7a9d9bd9 100644 --- a/README.md +++ b/README.md @@ -151,4 +151,4 @@ curl --location --request GET 'http://localhost:9000/health’ If all connections are established successfully, the health status will be shown as 'true', otherwise it will be 'false'. Currently, the groups-service service is dependent on Content service APIs and User org service for getting user and organisation information. -We are planning to implement a mock service soon for these dependencies. \ No newline at end of file +We are planning to implement a mock service soon for these dependencies.