diff --git a/ng-seed/src/app/app.routing.ts b/ng-seed/src/app/app.routing.ts index 9f88f02..3e59e14 100644 --- a/ng-seed/src/app/app.routing.ts +++ b/ng-seed/src/app/app.routing.ts @@ -62,7 +62,7 @@ export const AppRoutes: Routes = [{ //component: AuthLayoutComponent, children: [ { - path: 'customer', + path: 'booking', loadChildren: () => import('./end-user/end-user.module').then(m => m.EndUserModule) } diff --git a/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.ts b/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.ts index 8323209..b7b3e90 100644 --- a/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.ts +++ b/ng-seed/src/app/appoinment/consultant-setting/consultant-setting/consultant-setting.component.ts @@ -395,7 +395,7 @@ unavailability(action,obj) { console.log(this.practitionerdetails) if(this.userRole == 'PRACTITIONER' || this.userRole == 'FRONTDESK'){ - this.endUserURL = this.end_User_Url+'practitioner/'+this.usersList.randStr+"/details" + this.endUserURL = this.end_User_Url+'practitioner/'+this.usersList.randStr } else if (this.userRole == 'BIZADMIN'){ this.endUserURL = this.end_User_Url+'business/'+this.usersList['BusinessDetails'][0].randStr } diff --git a/ng-seed/src/app/dashboard/dashboard.component.html b/ng-seed/src/app/dashboard/dashboard.component.html index 52a1cef..780dc61 100644 --- a/ng-seed/src/app/dashboard/dashboard.component.html +++ b/ng-seed/src/app/dashboard/dashboard.component.html @@ -7,8 +7,8 @@