We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91952bb commit a269405Copy full SHA for a269405
src/main.c
@@ -92,7 +92,7 @@ int main(int argc, char *argv[]){
92
CwebServer server = newCwebSever(port_num, main_sever);
93
server.function_timeout = 500;
94
server.client_timeout = 500;
95
-
+ server.allow_cors = false;
96
CwebServer_start(&server);
97
return 0;
98
}
0 commit comments