This commit is contained in:
nasir@endelospay.com
2024-06-13 22:42:48 +05:00
parent 1aa329559f
commit 18df537746
6 changed files with 810 additions and 3 deletions

View File

@@ -149,6 +149,11 @@ export const routes = [
path: '/admin/providers/patientprofile/:id',
name: 'admin-providers-patientprofile',
component: () => import('@/pages/patients/PatientQuestionProfile.vue'),
},
{
path: '/admin/reports/providers',
name: 'admin-provider-report',
component: () => import('@/pages/reports/providers-report.vue'),
},
{
path: '/apps/email/filter/:filter',