fixes
This commit is contained in:
@@ -123,6 +123,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: '/apps/email/filter/:filter',
|
||||
name: 'apps-email-filter',
|
||||
|
Reference in New Issue
Block a user