ALL_METHODS renamed to ANY_METHODS

This commit is contained in:
LuckyLaszlo
2022-08-05 23:01:06 +02:00
parent 914d4cb0c0
commit 79bdc1ecbf
4 changed files with 11 additions and 11 deletions

View File

@@ -90,6 +90,7 @@ void Webserv::_init_http_status_map()
_http_status[413] = S413;
_http_status[500] = S500;
_http_status[501] = S501;
}
void Webserv::_init_mime_types_map()