mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
feat(parser): get config file from arg
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
namespace config
|
||||
{
|
||||
|
||||
TOMLParser::TOMLParser(const std::string filename) : tokenizer(filename)
|
||||
TOMLParser::TOMLParser(char *filename) : tokenizer(filename)
|
||||
{};
|
||||
|
||||
void TOMLParser::processMap(void)
|
||||
|
||||
Reference in New Issue
Block a user