Skip to content

Commit

Permalink
Debug ApiClient bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Toussaint committed Oct 27, 2015
1 parent 6b4e43c commit eabc84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/functions/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export users from './users';
export products from './products';
export product from './product';
//export product from './product';
2 changes: 1 addition & 1 deletion api/models/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export User from './User';
export Product from './Product';
//export Product from './Product';
export Email from './Email';

0 comments on commit eabc84a

Please sign in to comment.