feat: update admin routes and cookie paths to use '/lg-admin' prefix
This commit is contained in:
+2
-2
@@ -18,11 +18,11 @@ export const META_TITLE_CONFIG: TMetaTitleConfig = [
|
||||
title: 'Home',
|
||||
},
|
||||
{
|
||||
path: '/admin/auth/login',
|
||||
path: '/lg-admin/auth/login',
|
||||
title: 'Login',
|
||||
},
|
||||
{
|
||||
path: '/admin/auth/register',
|
||||
path: '/lg-admin/auth/register',
|
||||
title: 'Register',
|
||||
},
|
||||
...ADMIN_MENU.flatMap((menu) =>
|
||||
|
||||
Reference in New Issue
Block a user