This commit is contained in:
nasir@endelospay.com
2024-06-11 01:35:27 +05:00
parent f10af129df
commit 3f081cee50
7 changed files with 37 additions and 32 deletions

View File

@@ -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',