mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 21:18:46 +02:00
「🔨」 fix(main.cpp): fixed headers
This commit is contained in:
@ -11,8 +11,10 @@
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "config/Server.hpp"
|
||||
#include <config/Server.hpp>
|
||||
#include <tomlpp.hpp>
|
||||
#include <webserv.hpp>
|
||||
#include <requests/default.hpp>
|
||||
|
||||
#define PORT 8080
|
||||
#define BUFFER_SIZE 4096
|
||||
|
Reference in New Issue
Block a user