Skip to content

Commit

Permalink
Update MVC functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Aug 5, 2019
1 parent 5ba0521 commit 150376b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@using Microsoft.AspNetCore.Components.Routing
Router component
<Router AppAssembly="System.Reflection.Assembly.GetAssembly(typeof(RouterContainer))">
<Found Context="routeData"><RouteView RouteData="@routeData" /></Found>
<NotFound>
<p>Route not found</p>
</NotFound>
Expand Down

0 comments on commit 150376b

Please sign in to comment.