added tons of features
This commit is contained in:
5
lib/config/routes.ts
Normal file
5
lib/config/routes.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const ADMIN_DASHBOARD_PATH = '/admin'
|
||||
|
||||
export const translatableRoutesRegEx = /^\/(|ru|uk).*/
|
||||
export const protectedRoutesRegEx =
|
||||
/^\/admin|(\/(|ru\/|uk\/)?(cabinet|checkout))/
|
||||
Reference in New Issue
Block a user