Skip to content

Commit ec9a198

Browse files
committed
🐛 Add missing change
1 parent 2f27444 commit ec9a198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function start(
5454
);
5555

5656
app.get('/contacts/:id', (req, res, next) =>
57-
controller.updateContact(req, res, next),
57+
controller.getContact(req, res, next),
5858
);
5959

6060
app.put('/contacts/:id', (req, res, next) =>

0 commit comments

Comments
 (0)