mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
TOMLMap parser startv1
This commit is contained in:
@@ -33,7 +33,6 @@ void Server::readConfig(void)
|
||||
while (it != arr->end())
|
||||
{
|
||||
_configs.push_back(new ServerConfig(*it));
|
||||
std::cout << "biba\n";
|
||||
++it;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user