Installation of Sunbird-Lern-Group Service #94
-
thisActorSystem - what we have put (maybe system name) After hitting the health check API - http://localhost:9000/health |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@devaj04 I will check on this and update soon |
Beta Was this translation helpful? Give feedback.
-
@reshmi-nair |
Beta Was this translation helpful? Give feedback.
@devaj04 Its not a null response, it is an empty response with healthy flag as true. That means you have successfully setup groups. Now you can try create group API and other APIs.
"result": {
"Response": {},
"healthy": true
},