mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -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 { AlmanacComponent } from './components/weather/almanac/almanac.component';
|
||||
|
||||
const config: SocketIoConfig = { url: '/api/laundry', options: {} };
|
||||
const config: SocketIoConfig = { url: '/', options: {} };
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
||||
Reference in New Issue
Block a user