create feature

This commit is contained in:
hamid zarghami
2025-10-21 11:36:16 +03:30
parent 75ef90802f
commit 1351fbd792
3 changed files with 71 additions and 3 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ export const Paths = {
list: '/order/list'
},
features: {
list: '/features/list'
list: '/features/list',
create: '/features/create'
},
home: '/home',
myOrders: '/my-orders',