From 20c6292026b58f893e91ec13325200565219a834 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Wed, 29 May 2024 17:24:56 +0200 Subject: [PATCH] Mount point was changed --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;