mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-17 02:51:39 -05:00
Fix laundry status
This commit is contained in:
@@ -24,7 +24,7 @@ import { WeatherCurrentComponent } from './components/weather/current/weather-cu
|
|||||||
import { PressureTrendComponent } from './components/weather/pressure-trend/pressure-trend.component';
|
import { PressureTrendComponent } from './components/weather/pressure-trend/pressure-trend.component';
|
||||||
import { AlmanacComponent } from './components/weather/almanac/almanac.component';
|
import { AlmanacComponent } from './components/weather/almanac/almanac.component';
|
||||||
|
|
||||||
const config: SocketIoConfig = { url: '/api/laundry', options: {} };
|
const config: SocketIoConfig = { url: '/', options: {} };
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|||||||
Reference in New Issue
Block a user