Le merge / 20
This commit is contained in:
@@ -24,7 +24,7 @@ void Webserv::_post(Client *client, const std::string &path)
|
||||
client->response.append(CRLF);
|
||||
}
|
||||
else
|
||||
_upload_file(client);
|
||||
_upload_files(client);
|
||||
}
|
||||
|
||||
#define DEFAULT_NAME "unnamed_file"
|
||||
|
||||
Reference in New Issue
Block a user