a bit messy but merged index and autoindex work

This commit is contained in:
Me
2022-08-08 17:13:55 +02:00
parent 0a72778c8c
commit 7fdc81f5f4
2 changed files with 25 additions and 30 deletions

View File

@@ -88,7 +88,7 @@ class Webserv
// void _get(Client *client, ServerConfig &server, LocationConfig &location);
// in progress
void _autoindex(Client *client, LocationConfig &location, std::string &path);
void _autoindex(Client *client, std::string &path);
void _get_file(Client *client, const std::string &path);