mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
「✨」 feat: added package to flake
This commit is contained in:
@ -101,7 +101,7 @@ Route::Route(toml::ANode *table)
|
||||
_root = *static_cast<std::string *>(val);
|
||||
else
|
||||
#ifdef PKGS
|
||||
_root = "/var/www/html";
|
||||
_root = "/usr/share/webserv";
|
||||
#else
|
||||
_root = "./html";
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user