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

2
main.c
View File

@@ -17,7 +17,7 @@ int main(int argc,
NULL,
NULL,
&handle_all,
PAGE,
NULL,
MHD_OPTION_END);
if (d == NULL)
return 1;