fix build
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Mark van der Wal 2020-09-02 15:28:12 +02:00
parent cdc900d5fd
commit 773bf3f5e7
1 changed files with 1 additions and 1 deletions

View File

@ -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';