Files
webserv/includes/server/default.hpp

25 lines
1.0 KiB
C++

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* default.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/11 13:29:05 by mmoussou #+# #+# */
/* Updated: 2025/04/17 11:05:59 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#include "Server.hpp"
#include "Client.hpp"
namespace webserv {
} // -namespace webserv
using namespace webserv;