Files
webserv/includes/server/default.hpp
2025-04-11 19:23:44 +02:00

24 lines
1002 B
C++

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