Ver código fonte

Mount point was changed

Denis V. Dedkov 1 ano atrás
pai
commit
20c6292026
1 arquivos alterados com 1 adições e 1 exclusões
  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 host = App::DefaultHost;
     auto port = App::DefaultPort;
     auto port = App::DefaultPort;