Commit 4468b9ea by Leo Zheng

test

parent 640bd79a
...@@ -8,7 +8,7 @@ async function lanuch() { ...@@ -8,7 +8,7 @@ async function lanuch() {
httpServer.createServer( systemConfig.port ); httpServer.createServer( systemConfig.port );
console.log('This indicates that the server is started successfully.'); console.log('This indicates that the server is started successfully.');
// test(); // test();
test2(); // test2();
} }
lanuch(); lanuch();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment