add /status endpoint

This commit is contained in:
2020-01-28 10:17:49 -05:00
parent 6a9fd08a80
commit ca79e4f797
5 changed files with 49 additions and 1 deletions

View File

@@ -30,4 +30,6 @@ void elastic_init(int force_reset);
cJSON *elastic_get_document(const char *uuid_str);
char *elastic_get_status();
#endif