list of schedules
This commit is contained in:
+4
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user