fices the UI
This commit is contained in:
parent
4bfc28a369
commit
c1f4d19975
1213 changed files with 375635 additions and 19738 deletions
|
|
@ -513,6 +513,7 @@ public static class HostingExtensions
|
|||
app.UseIdentityServer();
|
||||
app.UseAuthorization();
|
||||
app.UseCors("default");
|
||||
app.MapStaticAssets();
|
||||
app.MapDefaultControllerRoute();
|
||||
//app.MapRazorPages();
|
||||
app.MapHub<ChatHub>("/chatHub");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue