Skip to content

Commit e2be065

Browse files
committed
Update the default path
1 parent 49add8f commit e2be065

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/app-routing.module.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import { WebSpeechComponent } from './web-speech/web-speech.component';
66
const routes: Routes = [
77
{
88
path: '',
9-
redirectTo: 'web-speech',
9+
component: WebSpeechComponent,
1010
pathMatch: 'full'
1111
},
1212
{
13-
path: 'web-speech',
14-
component: WebSpeechComponent
13+
path: '**',
14+
redirectTo: ''
1515
}
1616
];
1717

0 commit comments

Comments
 (0)