mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
refacotor(server): clean-ups
This commit is contained in:
@@ -17,7 +17,7 @@ int main(int argc, char **argv)
|
||||
server.readConfig(argv[1]);
|
||||
else
|
||||
server.readConfig(path);
|
||||
server.start();
|
||||
server.run();
|
||||
}
|
||||
catch(const ConfigException& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user