Initial commit
This commit is contained in:
24
front/src/path.js
Normal file
24
front/src/path.js
Normal file
@@ -0,0 +1,24 @@
|
||||
export const paths = {
|
||||
home: '/',
|
||||
auth: {signIn: '/auth/sign-in', bot: 'https://t.me/kayashovBarClientBot', tg: '/tg'},
|
||||
dashboard: {
|
||||
overview: '/menu'
|
||||
},
|
||||
visitor: {
|
||||
inBar: "/visitors"
|
||||
},
|
||||
orders: {
|
||||
my: '/orders'
|
||||
},
|
||||
bar: {
|
||||
list: "/barList",
|
||||
ordersQueue: '/queue',
|
||||
ingredients: '/ingredients',
|
||||
cocktails: "/cocktails",
|
||||
ingredientEdit: '/ingredients/edit',
|
||||
cocktailEdit: '/cocktail/edit',
|
||||
menu: '/menuList'
|
||||
},
|
||||
errors: {notFound: '/errors/not-found'},
|
||||
notFound: '*',
|
||||
};
|
||||
Reference in New Issue
Block a user