diff --git a/main.cpp b/main.cpp index 6546846..66ef06c 100644 --- a/main.cpp +++ b/main.cpp @@ -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 port = App::DefaultPort;