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 caebd6b commit 6b3ddb1Copy full SHA for 6b3ddb1
src/mocks/api.js
@@ -16,6 +16,6 @@ api.get('/api/topics', (req, res) => {
16
res.json(topics)
17
})
18
19
-api.listen(5000, () => {
20
- console.log('listening on 5000')
+api.listen(5001, () => {
+ console.log('listening on 5001')
21
0 commit comments