Spaces:
Sleeping
Sleeping
update port
Browse files
index.js
CHANGED
|
@@ -3,7 +3,7 @@ const path = require('path');
|
|
| 3 |
const fs = require('fs').promises;
|
| 4 |
|
| 5 |
const app = express();
|
| 6 |
-
const port =
|
| 7 |
|
| 8 |
// Set EJS as the templating engine
|
| 9 |
app.set('view engine', 'ejs');
|
|
|
|
| 3 |
const fs = require('fs').promises;
|
| 4 |
|
| 5 |
const app = express();
|
| 6 |
+
const port = 7860;
|
| 7 |
|
| 8 |
// Set EJS as the templating engine
|
| 9 |
app.set('view engine', 'ejs');
|