mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-02 01:25:39 -05:00
Initial setup of environment service
This commit is contained in:
@@ -34,6 +34,7 @@ namespace ChrisKaczor.HomeMonitor.Hub.Service
|
||||
endpoints.MapHub<WeatherHub>("/weather");
|
||||
endpoints.MapHub<PowerHub>("/power");
|
||||
endpoints.MapHub<DeviceStatusHub>("/device-status");
|
||||
endpoints.MapHub<EnvironmentHub>("/environment");
|
||||
endpoints.MapDefaultControllerRoute();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user