Explorar o código

Update "document_root" to match new layout/naming.

William Greathouse %!s(int64=11) %!d(string=hai) anos
pai
achega
4358ced3a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     };