This commit is contained in:
Talyx
2022-01-23 15:56:32 +03:00
26 changed files with 1020 additions and 734 deletions

View File

@@ -1,4 +1,6 @@
#include "webserv.hpp"
#include "parse.hpp"
#include "Server.hpp"
int main(int argc, char **argv)
{
@@ -8,10 +10,8 @@ int main(int argc, char **argv)
Server server;
server.readConfig();
server.setupConfig();
server.start();
// parse();
// server.setupConfig();
// server.start();
return (0);