diff --git a/index.js b/index.js index ad7b041..3338a97 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,4 @@ const http = require('http'); - const PORT = 3000; const server = http.createServer((req, res) => {