Feat/medusa js admin collections (#916)

* feat: Add Auth Admin routes to JS client

* include api key verification for admin

* add admin/collections to medusa-js

* undo file changes

* jsdoc

Co-authored-by: olivermrbl <oliver@mrbltech.com>
This commit is contained in:
Philip Korsholm
2021-12-14 17:33:55 +01:00
committed by GitHub
co-authored by olivermrbl
parent fee4e46ea7
commit 40f6e88875
3 changed files with 83 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ export default (container, config) => {
}
// Admin
export * from "./routes/admin/collections"
export * from "./routes/admin/auth"
export * from "./routes/admin/customers"
export * from "./routes/admin/discounts"