Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
feat(front-end): Allow user to view their service request
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Apr 3, 2021
1 parent 5a4de9e commit deb87e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const routes: Routes = [
{
path: ':code',
component: ServiceRequestDetailComponent,
canActivate: [ AuthGuard, AdminOrOfficeEmployeeGuard ]
canActivate: [ AuthGuard ]
}
]
}
Expand Down

0 comments on commit deb87e8

Please sign in to comment.