Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haipham23 committed Sep 29, 2017
1 parent 2049a02 commit 75c400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/productServices.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Product = require('../models/Product');
const Product = require('../models/product');

const {
OK,
Expand Down

0 comments on commit 75c400c

Please sign in to comment.