Skip to content

Commit 3a58e18

Browse files
committedJun 1, 2022
test
1 parent 5602cf8 commit 3a58e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎part3/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const generateID = () => {
7272
// #5 Route: Adding a resource by making an HTTP POST reques
7373
app.post('/api/notes', (request, response) => {
7474
const body = request.body
75-
75+
// hello
7676
// Content property cannot be empty
7777
if (!body.content){
7878
return response.status(400).json({

0 commit comments

Comments
 (0)
Please sign in to comment.