fix
This commit is contained in:
@@ -139,9 +139,9 @@ export const routes = [
|
||||
component: () => import('@/pages/providers/provider-profile.vue'),
|
||||
},
|
||||
{
|
||||
path: '/admin/providers/patientprofile/:patient_id',
|
||||
path: '/admin/providers/patientprofile/:id',
|
||||
name: 'admin-providers-patientprofile',
|
||||
component: () => import('@/pages/patients/patientprofile.vue'),
|
||||
component: () => import('@/pages/patients/PatientProfile.vue'),
|
||||
},
|
||||
{
|
||||
path: '/apps/email/filter/:filter',
|
||||
|
Reference in New Issue
Block a user