summaryrefslogtreecommitdiff
path: root/src/pages/api/product-variant
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/api/product-variant')
-rw-r--r--src/pages/api/product-variant/[id]/promotion/[category].js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/api/product-variant/[id]/promotion/[category].js b/src/pages/api/product-variant/[id]/promotion/[category].js
new file mode 100644
index 00000000..aef03c22
--- /dev/null
+++ b/src/pages/api/product-variant/[id]/promotion/[category].js
@@ -0,0 +1,2 @@
+import handler from '~/pages/api/product-variant/[id]/promotion/[category]';
+export default handler;