create discount and ads section

This commit is contained in:
HAM!DREZA
2025-01-20 15:36:50 +03:30
parent ad20ce5d18
commit 12865a12f2
16 changed files with 1350 additions and 1 deletions
+3
View File
@@ -40,6 +40,7 @@ export const Pages = {
},
discount: {
list: "/discounts/list",
create: "/discounts/create"
},
referralCode: {
list: "/referral-code/list",
@@ -49,9 +50,11 @@ export const Pages = {
},
ads: {
list: "/ads/list",
create: "/ads/create"
},
blog: {
list: "/blog/list",
create: "/blog/create"
},
messages: {
list: "/messages/list",