mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Update hub naming
This commit is contained in:
@@ -27,7 +27,7 @@ namespace ChrisKaczor.HomeMonitor.Hub.Service
|
||||
|
||||
applicationBuilder.UseEndpoints(endpoints =>
|
||||
{
|
||||
endpoints.MapHub<WeatherHub>("/weatherHub");
|
||||
endpoints.MapHub<WeatherHub>("/weather");
|
||||
endpoints.MapDefaultControllerRoute();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user