This commit is contained in:
Inshal
2024-06-11 01:48:23 +05:00
parent 8666ea2033
commit e443b1c869
4 changed files with 28 additions and 23 deletions

View File

@@ -138,11 +138,11 @@ export const routes = [
name: 'admin-provider-profile',
component: () => import('@/pages/providers/provider-profile.vue'),
},
{
path: '/admin/providers/patientprofile/:patient_id',
name: 'admin-providers-patientprofile',
component: () => import('@/pages/patients/patientprofile.vue'),
},
// {
// path: '/admin/providers/patientprofile/:patient_id',
// name: 'admin-providers-patientprofile',
// component: () => import('@/pages/patients/patientprofile.vue'),
// },
{
path: '/apps/email/filter/:filter',
name: 'apps-email-filter',