godmode implemented

This commit is contained in:
Henry Jameson 2026-06-10 17:38:31 +03:00
commit 9fbc832de9
6 changed files with 34 additions and 9 deletions

View file

@ -86,7 +86,7 @@ export default (store) => {
},
{
name: 'user-profile-admin-view',
path: '/admin/users/$:id',
path: '/users/$:id/admin_view',
component: defineAsyncComponent(
() => import('src/components/user_profile/user_profile_admin_view.vue'),
),