Skip to content

Commit

Permalink
fix bug in code
Browse files Browse the repository at this point in the history
  • Loading branch information
marusoft committed Jul 16, 2019
1 parent cc918e2 commit cb0e8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/carControllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ console.log("My body",req.body)
img_url,
} = rows[0];
console.log("Rows me",rows)
return res.status(201).jsonowner({
return res.status(201).json({
status: 201,
data: {
model,
Expand Down

0 comments on commit cb0e8d2

Please sign in to comment.