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 abc86bb commit e0cfb61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/routes/carRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ carRouter.delete('/car/:id',
CarsValidation.validateSpecifyCar,
Cars.adminDeleteASpecificCarAD);


export default carRouter;

0 comments on commit e0cfb61

Please sign in to comment.