We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9de352 commit 31bab2dCopy full SHA for 31bab2d
1 file changed
src/AspNetCoreFileUploadFileTable/Startup.cs
@@ -60,7 +60,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
60
{
61
endpoints.MapControllerRoute(
62
name: "default",
63
- pattern: "{controller=Home}/{action=Index}/{id?}");
+ pattern: "{controller=FileClient}/{action=ViewAllFiles}/{id?}");
64
});
65
}
66
0 commit comments