parent
6fa2d33d57
commit
9495d71b15
|
@ -60,7 +60,7 @@ namespace SignalRChat
|
|||
app.UseEndpoints(endpoints =>
|
||||
{
|
||||
endpoints.MapHub<StreamHub>("/streamHub");
|
||||
endpoints.MapControllerRoute("default", "{controller=Home}/{action=Index}/{id?}");
|
||||
endpoints.MapRazorPages();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue