Spaces:
Runtime error
Runtime error
Update server.js
Browse files
server.js
CHANGED
@@ -3,7 +3,7 @@ const fs = require('fs');
|
|
3 |
const path = require('path');
|
4 |
|
5 |
const app = express();
|
6 |
-
const PORT = process.env.PORT ||
|
7 |
|
8 |
// Serve static files from public folder
|
9 |
app.use(express.static('public'));
|
|
|
3 |
const path = require('path');
|
4 |
|
5 |
const app = express();
|
6 |
+
const PORT = process.env.PORT || 7860;
|
7 |
|
8 |
// Serve static files from public folder
|
9 |
app.use(express.static('public'));
|