mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
TOMLMap parser finish
This commit is contained in:
@@ -10,8 +10,9 @@ int main(int argc, char **argv)
|
||||
Server server;
|
||||
|
||||
server.readConfig();
|
||||
// server.setupConfig();
|
||||
// server.start();
|
||||
server.setupConfig();
|
||||
server.start();
|
||||
// server.end();
|
||||
|
||||
|
||||
return (0);
|
||||
|
||||
Reference in New Issue
Block a user