We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3d3c5 commit 6fdaf90Copy full SHA for 6fdaf90
server.js
@@ -15,6 +15,6 @@ app.use(mainRoutes)
15
16
app.set('view engine', 'ejs')
17
18
-app.listen(3001, function() {
+app.listen(3000, function() {
19
console.log('Runing on port ' + 3000)
20
})
0 commit comments