feat: Add Discount Admin endpoint to JS client (#919)

This commit is contained in:
Oliver Windall Juhl
2021-12-14 09:47:15 +01:00
committed by GitHub
parent 25fe224a10
commit 2ca1a8762d
9 changed files with 160 additions and 15 deletions
+1
View File
@@ -17,6 +17,7 @@ export default (container, config) => {
export * from "./routes/admin/auth"
export * from "./routes/admin/customers"
export * from "./routes/admin/discounts"
export * from "./routes/admin/notifications"
export * from "./routes/admin/store"
export * from "./routes/admin/variants"