diff --git a/projects/common/src/fm/services/weather.service.ts b/projects/common/src/fm/services/weather.service.ts index 6092cbf..6fea431 100644 --- a/projects/common/src/fm/services/weather.service.ts +++ b/projects/common/src/fm/services/weather.service.ts @@ -13,7 +13,7 @@ import {WeatherData} from '../models/WeatherData'; @Injectable({ providedIn: 'root', }) -export class WeatherTempService { +export class WeatherService { private apiCurrentObservationUrl = 'currentobservation'; private apiObservation = 'observation'; private apiForecast = 'forecast';