Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
|
@@ -5,7 +5,7 @@ const fs = require("fs");
|
|
| 5 |
const path = require("path");
|
| 6 |
|
| 7 |
const app = express();
|
| 8 |
-
const PORT = process.env.PORT ||
|
| 9 |
|
| 10 |
app.use(express.urlencoded({ extended: true }));
|
| 11 |
app.use(express.json());
|
|
|
|
| 5 |
const path = require("path");
|
| 6 |
|
| 7 |
const app = express();
|
| 8 |
+
const PORT = process.env.PORT || 7860;
|
| 9 |
|
| 10 |
app.use(express.urlencoded({ extended: true }));
|
| 11 |
app.use(express.json());
|