This commit is contained in:
liushuang 2024-08-13 11:45:11 +08:00
parent a3cf0aa893
commit f645d616f8
2 changed files with 2 additions and 2 deletions

@ -24,5 +24,5 @@ Download the complete source code of any website (including all assets)
- `$ npm install`
- `$ npm start`
- `http://localhost:3000/`
- `http://localhost:3008/`

@ -12,7 +12,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/
var port = normalizePort(process.env.PORT || '3002');
var port = normalizePort(process.env.PORT || '3008');
app.set('port', port);
/**