We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac81487 commit 20b6302Copy full SHA for 20b6302
1 file changed
ui/src/app/app.routes.ts
@@ -1,7 +1,3 @@
1
import { Route } from '@angular/router';
2
-import { HomeComponent } from './home.component';
3
4
-export const appRoutes: Route[] = [
5
- { path: '', component: HomeComponent },
6
- { path: '**', redirectTo: '' }
7
-];
+export const appRoutes: Route[] = [];
0 commit comments