INDEX now separate

This commit is contained in:
Senad Uka
2022-11-20 07:47:52 +01:00
parent ee1eb89e9a
commit 317dcfbd06
6 changed files with 7 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ enum MHD_Result
size_t * upload_data_size,
void ** ptr) {
static int dummy;
const char * page = cls;
const char * page = INDEX;
struct MHD_Response * response;
int ret;