Skip to content

Commit

Permalink
update routing
Browse files Browse the repository at this point in the history
  • Loading branch information
siegrainwong committed Aug 6, 2019
1 parent c168d95 commit ab578e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ancorazor.API/ClientApp/src/app/blog/blog.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ let routes: Routes = [
},
canDeactivate: [SGTransitionDeactivateGuard]
},
{ path: "client/:id", redirectTo: "/" },
{ path: "**", redirectTo: "/notfound" }
]
}
Expand Down

0 comments on commit ab578e2

Please sign in to comment.