Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
const http = require("http");
|
| 2 |
|
| 3 |
-
const PORT = process.env.PORT ||
|
| 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" });
|