feat: add store admin endpoints to medusa-js (#938)

* add: store admin endpoint to medusa-js

* add: resource to admin class

Co-authored-by: Sebastian Rindom <seb@medusajs.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Zakaria El Asri
2021-12-16 16:14:58 +01:00
committed by GitHub
co-authored by Sebastian Rindom Oliver Windall Juhl
parent b9d6f95dbd
commit 31fad7439c
5 changed files with 65 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ export * from "./routes/admin/orders"
export * from "./routes/admin/variants"
export * from "./routes/admin/return-reasons"
export * from "./routes/admin/swaps"
export * from "./routes/admin/store"
export * from "./routes/admin/returns"
export * from "./routes/admin/shipping-options"
export * from "./routes/admin/regions"