Adds admin giftcard API to medusa-js (#921)

This commit is contained in:
Oliver Windall Juhl
2021-12-14 16:06:39 +01:00
committed by GitHub
parent 006e67eea1
commit 85ef51ad34
3 changed files with 71 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ export * from "./routes/admin/auth"
export * from "./routes/admin/customers"
export * from "./routes/admin/discounts"
export * from "./routes/admin/draft-orders"
export * from "./routes/admin/gift-cards"
export * from "./routes/admin/invites"
export * from "./routes/admin/notes"
export * from "./routes/admin/notifications"