Add basic auth. Fixes #4

This commit is contained in:
2019-11-17 10:00:17 -05:00
parent 16ccc6c0d3
commit 204034d859
9 changed files with 84 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ struct {
struct {
char *es_url;
int index_count;
char* b64credentials;
struct index_t indices[16];
} WebCtx;
#endif