a bit messy but merged index and autoindex work
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user