」 feat: added mimetype and some other few thing

This commit is contained in:
2025-04-27 15:22:12 +02:00
parent 78f70c9be4
commit 640ed6ce3c
6 changed files with 45 additions and 26 deletions

View File

@ -6,13 +6,13 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */
/* Updated: 2025/04/11 11:36:22 by adjoly ### ########.fr */
/* Updated: 2025/04/26 16:14:37 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
#pragma once
#define SAMPLE_CONF_PATH "./sample.conf"
#define SAMPLE_CONF_PATH "./sample.toml"
#define WEBSRV_VERSION "v0.1"
bool help(int, char **);