소스 검색

Update "document_root" to match new layout/naming.

William Greathouse 11 년 전
부모
커밋
4358ced3a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/websocket/websocket.c

+ 1 - 1
examples/websocket/websocket.c

@@ -32,7 +32,7 @@ int main(void)
     struct mg_callbacks callbacks;
     const char *options[] = {
         "listening_ports", "8080",
-        "document_root", "websocket_html_root",
+        "document_root", "docroot",
         NULL
     };