Skip to content

Commit

Permalink
fix: routing to logs page
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Dec 15, 2024
1 parent 96d2137 commit ebf2c73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/app/app.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const appRoutes: Routes = [
{ path: 'scripts', component: ScriptListComponent, canActivate: [AuthGuard] },
{ path: 'reports', component: ReportListComponent, canActivate: [AuthGuard] },
{ path: 'text', component: TextListComponent, canActivate: [AuthGuard] },
{ path: 'logs', component: LogsViewComponent, canActivate: [AuthGuard] },
{ path: 'events', component: LogsViewComponent, canActivate: [AuthGuard] },
{ path: 'view', component: ViewComponent },

Expand Down

0 comments on commit ebf2c73

Please sign in to comment.