web ui
This commit is contained in:
parent
95aae91156
commit
066c038e4d
5 changed files with 59 additions and 43 deletions
|
|
@ -103,14 +103,12 @@ namespace isnd
|
|||
app.UseDeveloperExceptionPage();
|
||||
dbContext.Database.Migrate();
|
||||
}
|
||||
|
||||
|
||||
|
||||
app.UseStatusCodePages().UseStaticFiles().UseAuthentication().UseMvc(routes =>
|
||||
{
|
||||
routes.MapRoute(
|
||||
name: "default",
|
||||
template: "{controller=Packages}/{action=Index}/{query?}");
|
||||
template: "{controller=Home}/{action=Index}");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue