list of schedules

This commit is contained in:
hamid zarghami
2025-11-16 09:07:43 +03:30
parent 322120635d
commit 2a3b9a7d6a
11 changed files with 253 additions and 8 deletions
+4 -1
View File
@@ -5,11 +5,14 @@ export const Pages = {
forgotPassword: "/auth/forgot",
},
dashboard: "/dashboard",
schedule: {
list: "/schedule/list",
update: "/schedule/update/",
},
foods: {
list: "/foods/list",
add: "/foods/add",
category: "/foods/category",
detail: "/foods/detail/",
update: "/foods/update/",
},
orders: {