create and list restuarant payment method

This commit is contained in:
hamid zarghami
2025-11-23 10:53:52 +03:30
parent 342acaac96
commit a630febd95
10 changed files with 398 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export const Pages = {
},
payment_methods: {
list: "/payment_methods/list",
add: "/payment_methods/add",
add: "/payment_methods/create",
update: "/payment_methods/update/",
},
foods: {