THRIFT-2398:Improve Node Server Library\nClient: Node\nPatch: Randy Abernethy\n\nGeneral server parameter harmonization and comments
diff --git a/lib/js/test/server_http.js b/lib/js/test/server_http.js
index 01174bc..ce09afc 100644
--- a/lib/js/test/server_http.js
+++ b/lib/js/test/server_http.js
@@ -35,12 +35,12 @@
var ThriftTestSvcOpt = {
transport: TBufferedTransport,
protocol: TJSONProtocol,
- cls: ThriftTestSvc,
+ processor: ThriftTestSvc,
handler: ThriftTestHandler
};
var ThriftWebServerOptions = {
- staticFilePath: ".",
+ files: ".",
services: {
"/service": ThriftTestSvcOpt
}