fixes
This commit is contained in:
@@ -58,6 +58,11 @@ export const routes = [
|
||||
name: 'admin-patient-meeitng-prescription',
|
||||
component: () => import('@/pages/pages/patient-meetings/prescription.vue'),
|
||||
},
|
||||
{
|
||||
path: '/admin/patient/meeting/notes/:patient_id/:id',
|
||||
name: 'admin-patient-meeitng-notes',
|
||||
component: () => import('@/pages/pages/patient-meetings/notes.vue'),
|
||||
},
|
||||
{
|
||||
path: '/admin/providers',
|
||||
name: 'admin-providers',
|
||||
|
Reference in New Issue
Block a user