Skip to content

Commit 6b3ddb1

Browse files
authored
Update api.js
1 parent caebd6b commit 6b3ddb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mocks/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ api.get('/api/topics', (req, res) => {
1616
res.json(topics)
1717
})
1818

19-
api.listen(5000, () => {
20-
console.log('listening on 5000')
19+
api.listen(5001, () => {
20+
console.log('listening on 5001')
2121
})

0 commit comments

Comments
 (0)