We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fc2cd commit 28b4ccbCopy full SHA for 28b4ccb
exercisefiles/node_typescript/nodeserver.ts
@@ -5,3 +5,5 @@
5
// if the url has other methods, return "method not supported"
6
// when server is listening, log "server is listening on port 3000"
7
8
+
9
+import http from 'http';
0 commit comments