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