structure payment methods

This commit is contained in:
hamid zarghami
2025-11-23 09:59:37 +03:30
parent c984e719d7
commit 342acaac96
7 changed files with 64 additions and 2 deletions
+5
View File
@@ -10,6 +10,11 @@ export const Pages = {
update: "/schedule/update/",
create: "/schedule/create",
},
payment_methods: {
list: "/payment_methods/list",
add: "/payment_methods/add",
update: "/payment_methods/update/",
},
foods: {
list: "/foods/list",
add: "/foods/add",