This commit is contained in:
hamid zarghami
2025-01-01 09:26:24 +03:30
parent bdeb5a11d3
commit 41f7b555b5
6 changed files with 41 additions and 6 deletions
+4 -1
View File
@@ -10,7 +10,10 @@ export const Pages = {
other: "/other-service",
},
transactions: "/transactions",
receipts: "/receipts",
receipts: {
index: "/receipts",
detail: "/receipts/",
},
ticket: {
list: "/tickets",
create: "/tickets/create",