structure shipment method

This commit is contained in:
hamid zarghami
2025-11-23 15:42:52 +03:30
parent c37c1929a7
commit 255a07df06
7 changed files with 64 additions and 2 deletions
+5
View File
@@ -61,4 +61,9 @@ export const Pages = {
add: "/admins/add",
update: "/admins/update/",
},
shipment_methods: {
list: "/shipment_methods/list",
add: "/shipment_methods/add",
update: "/shipment_methods/update/",
},
};