Skip to content

Commit 2e4239e

Browse files
committed
Remove PreferExactMatches prefix
1 parent b27a9b6 commit 2e4239e

File tree

1 file changed

+1
-1
lines changed
  • src/Nullforce.StreamTools.ImageScroller

1 file changed

+1
-1
lines changed

src/Nullforce.StreamTools.ImageScroller/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Router AppAssembly="@typeof(Program).Assembly" PreferExactMatches="@true">
1+
<Router AppAssembly="@typeof(Program).Assembly">
22
<Found Context="routeData">
33
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
44
</Found>

0 commit comments

Comments
 (0)