Ver Fonte

Update "document_root" to match new layout/naming.

William Greathouse há 11 anos atrás
pai
commit
4358ced3a2
1 ficheiros alterados com 1 adições e 1 exclusões
  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
     };