소스 검색

Mount point was changed

Denis V. Dedkov 1 년 전
부모
커밋
20c6292026
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;