Skip to content

Commit 6c3e0d4

Browse files
committed
update salah 1
1 parent 32efc97 commit 6c3e0d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/routes.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ const routes = [
2121
path = '/books/{bookId}',
2222
handler: (editBookByIdHandler),
2323
},
24-
(
24+
{
2525
method = 'DELETE',
2626
path = '/books/{bookId}',
2727
handler: (deleteBookByIdHandler),
2828

29-
),
29+
},
30+
31+
3032

3133
];
3234

0 commit comments

Comments
 (0)