Commit 2561a2f9 authored by Almouhannad's avatar Almouhannad

(F) Edit routing

parent 069b3d66
......@@ -42,6 +42,11 @@ const routes: Routes = [
data: { role: Roles.Admin },
children: [
{
path: '',
redirectTo: '/home',
pathMatch: 'full'
},
{
path: 'doctors',
component: DoctorUsersComponent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment