mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
for tester
This commit is contained in:
@@ -40,7 +40,7 @@ namespace config
|
||||
|
||||
TOMLMap *parse(void)
|
||||
{
|
||||
std::string filename = "config/real.toml";
|
||||
std::string filename = "config/tester.toml";
|
||||
config::TOMLParser parser(filename);
|
||||
TOMLMap *root = parser.parse();
|
||||
/* config::display(root); */
|
||||
|
||||
Reference in New Issue
Block a user