Update hub naming

This commit is contained in:
2019-08-03 08:51:45 -04:00
parent 6490cbb215
commit e93ec7f09a
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ namespace ChrisKaczor.HomeMonitor.Hub.Service
applicationBuilder.UseEndpoints(endpoints =>
{
endpoints.MapHub<WeatherHub>("/weatherHub");
endpoints.MapHub<WeatherHub>("/weather");
endpoints.MapDefaultControllerRoute();
});
}