Mount point was changed

This commit is contained in:
2024-05-29 17:24:56 +02:00
parent fbddbc020c
commit 20c6292026

View File

@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
} }
}); });
App::srv->set_mount_point("/var/www/static", "/static"); App::srv->set_mount_point("/static", "/var/www/static");
auto host = App::DefaultHost; auto host = App::DefaultHost;
auto port = App::DefaultPort; auto port = App::DefaultPort;