Przeglądaj źródła

Mount point was changed

Denis V. Dedkov 1 rok temu
rodzic
commit
20c6292026
1 zmienionych plików z 1 dodań i 1 usunięć
  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;