We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e130dd commit bd7d8bcCopy full SHA for bd7d8bc
backend/index.js
@@ -3,4 +3,4 @@ const app = express()
3
4
app.get('/', (req, res) => res.send('Hello World!'))
5
6
-app.listen(3000, () => console.log('Example app listening on port 3000!'))
+app.listen(3001, () => console.log('Example app listening on port 3000!'))
0 commit comments