mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 20:48:46 +02:00
24 lines
1002 B
C++
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;
|