mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 21:08:45 +02:00
「🔨」 fix: fixed tif
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/24 14:50:37 by mmoussou #+# #+# */
|
||||
/* Updated: 2025/04/26 12:19:34 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/04/29 14:36:39 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -80,7 +80,7 @@ std::map<std::string, std::string> http::Mime::initMimeTypes() {
|
||||
types["sh"] = "application/x-sh";
|
||||
types["svg"] = "image/svg+xml";
|
||||
types["tar"] = "application/x-tar";
|
||||
types["tif,"] = "image/tiff";
|
||||
types["tif"] = "image/tiff";
|
||||
types["ts"] = "video/mp2t";
|
||||
types["ttf"] = "font/ttf";
|
||||
types["txt"] = "text/plain";
|
||||
|
@ -6,7 +6,7 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/11 16:11:40 by adjoly #+# #+# */
|
||||
/* Updated: 2025/04/29 14:26:19 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/04/29 14:27:42 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
Reference in New Issue
Block a user