Skip to content

Commit

Permalink
feat: added customer app functions to resource path #10
Browse files Browse the repository at this point in the history
  • Loading branch information
algoflows committed Mar 1, 2022
1 parent 56ddc4a commit 97379df
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ module.exports = {
Stores: require('./resources/Admin/Stores'),
Tasks: require('./resources/Admin/Tasks'),
}),
Customer: resourceNamespace('customer', {
Contest: require('./resource/Customer/Contests'),
Customers: require('./resources/Customer/Customers'),
EntryCodes: require('./resources/Customer/EntryCodes'),
Orders: require('./resources/Customer/Orders'),
PasswordReset: require('./resources/Customer/PasswordReset'),
Payments: require('./resources/Customer/Payments'),
Products: require('./resources/Customer/Products'),
Sessions: require('./resources/Customer/Sessions'),
}),
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 97379df

Please sign in to comment.