User-2468 commited on
Commit
4e4a4a7
·
verified ·
1 Parent(s): a080d21

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -1,6 +1,6 @@
1
  const http = require("http");
2
 
3
- const PORT = process.env.PORT || 3000;
4
 
5
  const server = http.createServer((req, res) => {
6
  res.writeHead(200, { "Content-Type": "text/plain" });
 
1
  const http = require("http");
2
 
3
+ const PORT = process.env.PORT || 7860;
4
 
5
  const server = http.createServer((req, res) => {
6
  res.writeHead(200, { "Content-Type": "text/plain" });