Initial commit

This commit is contained in:
Kayashov.SM
2025-03-12 17:54:16 +04:00
commit b6d8a3cebd
254 changed files with 29963 additions and 0 deletions

24
front/src/path.js Normal file
View 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: '*',
};