」 feat: added package to flake

This commit is contained in:
2025-05-08 11:17:31 +02:00
parent 8ef2803075
commit 0be3937b33
2 changed files with 27 additions and 2 deletions

View File

@ -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