Browse Source

* Renamed nodehttp to node.http

michael 5 years ago
parent
commit
2ec9850679
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demo/nodehttpserver/nodehttpdemo.lpr

+ 1 - 1
demo/nodehttpserver/nodehttpdemo.lpr

@@ -3,7 +3,7 @@ program nodehttpdemo;
 {$mode objfpc}
 
 uses
-  nodejsapp, JS, Classes, SysUtils, nodeJS, nodejshttp, nodejsnet;
+  nodejsapp, JS, Classes, SysUtils, nodeJS, node.http, node.net;
 
 type