Explorar o código

Mount point was changed

Denis V. Dedkov hai 1 ano
pai
achega
20c6292026
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.cpp

+ 1 - 1
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;