mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 23:28:46 +02:00
「🏗️」 wip: started server class
This commit is contained in:
@ -6,20 +6,18 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/11 13:29:05 by mmoussou #+# #+# */
|
||||
/* Updated: 2025/02/12 00:14:11 by mmoussou ### ########.fr */
|
||||
/* Updated: 2025/04/11 18:06:05 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#pragma once
|
||||
#ifndef __WEBSERV_SERVER_DEFAULT_HPP__
|
||||
# define __WEBSERV_SERVER_DEFAULT_HPP__
|
||||
|
||||
#include "server.hpp"
|
||||
|
||||
namespace webserv {
|
||||
namespace server {
|
||||
|
||||
} // -namespace server
|
||||
|
||||
|
||||
} // -namespace webserv
|
||||
|
||||
using namespace webserv;
|
||||
|
||||
#endif // __WEBSERV_SERVER_DEFAULT_HPP__
|
||||
|
Reference in New Issue
Block a user