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)
107
107
#endif
108
108
}
109
109
110
- app . UseStatusCodePagesWithReExecute ( "/not-found" , createScopeForStatusCodePages : true ) ;
110
+ app . UseStatusCodePagesWithReExecute ( "/not-found" , createScopeForErrors : true ) ;
111
111
112
112
#if ( HasHttpsProfile )
113
113
app . UseHttpsRedirection ( ) ;
Original file line number Diff line number Diff line change 100
100
app . UseHsts ( ) ;
101
101
#endif
102
102
}
103
- app . UseStatusCodePagesWithReExecute ( "/not-found" , createScopeForStatusCodePages : true ) ;
103
+ app . UseStatusCodePagesWithReExecute ( "/not-found" , createScopeForErrors : true ) ;
104
104
105
105
#if ( HasHttpsProfile )
106
106
app . UseHttpsRedirection ( ) ;
You can’t perform that action at this time.
0 commit comments