Skip to content

Commit

Permalink
fix(angular): fix invalid route redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 13, 2024
1 parent 0a463cb commit ca7f4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/official/sidemenu/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
const routes: Routes = [
{
path: '',
redirectTo: 'folder/Inbox',
redirectTo: 'folder/inbox',
pathMatch: 'full'
},
{
Expand Down

0 comments on commit ca7f4b8

Please sign in to comment.