mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
comment
This commit is contained in:
@@ -7,10 +7,10 @@ int main(int argc, char **argv)
|
||||
|
||||
Server server;
|
||||
|
||||
/* server.readConfig(); */
|
||||
/* server.setupConfig(); */
|
||||
/* server.start(); */
|
||||
parse();
|
||||
server.readConfig();
|
||||
server.setupConfig();
|
||||
server.start();
|
||||
// parse();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user