Skip to content

Commit

Permalink
att
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmoutinho committed Nov 28, 2024
1 parent 4b59651 commit 9b82c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teste.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CwebHttpResponse *main_sever(CwebHttpRequest *request ){
int main(int argc, char *argv[]){
cweb = newCwebNamespace();
struct CwebServer server = newCwebSever(5010, main_sever);
//server.single_process = true;
server.single_process = true;
cweb.server.start(&server);
return 0;
}

0 comments on commit 9b82c77

Please sign in to comment.