mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 21:38:00 +03:00
feat(parser): get config file from arg
This commit is contained in:
@@ -56,7 +56,7 @@ class Server
|
||||
Server();
|
||||
Server(std::string path);
|
||||
|
||||
void readConfig(void);
|
||||
void readConfig(char *filename);
|
||||
void setupConfig(void);
|
||||
void start(void);
|
||||
void end(void);
|
||||
|
||||
Reference in New Issue
Block a user