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 2f27444 commit ec9a198Copy full SHA for ec9a198
src/index.ts
@@ -54,7 +54,7 @@ export function start(
54
);
55
56
app.get('/contacts/:id', (req, res, next) =>
57
- controller.updateContact(req, res, next),
+ controller.getContact(req, res, next),
58
59
60
app.put('/contacts/:id', (req, res, next) =>
0 commit comments