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 688c2ff commit 73da5f2Copy full SHA for 73da5f2
src/mocks/handlers.js
@@ -16,6 +16,6 @@ function getArticles(req, res, ctx) {
16
}
17
18
export const handlers = [
19
- rest.get('http://localhost:5000/api/articles', getArticles),
20
- rest.get('http://localhost:5000/api/topics', getTopics),
+ rest.get('http://localhost:5001/api/articles', getArticles),
+ rest.get('http://localhost:5001/api/topics', getTopics),
21
]
0 commit comments