File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public static void Main(string[] args)
107107 #endif
108108 }
109109
110- app . UseStatusCodePagesWithReExecute ( "/not-found" , createScopeForErrors : true ) ;
110+ app . UseStatusCodePagesWithReExecute ( "/not-found" , createScopeForStatusCodePages : true ) ;
111111
112112 #if ( HasHttpsProfile )
113113 app . UseHttpsRedirection ( ) ;
Original file line number Diff line number Diff line change 100100 app . UseHsts ( ) ;
101101#endif
102102}
103- app . UseStatusCodePagesWithReExecute ( "/not-found" , createScopeForErrors : true ) ;
103+ app . UseStatusCodePagesWithReExecute ( "/not-found" , createScopeForStatusCodePages : true ) ;
104104
105105#if ( HasHttpsProfile )
106106app . UseHttpsRedirection ( ) ;
You can’t perform that action at this time.
0 commit comments