fix build
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
cdc900d5fd
commit
773bf3f5e7
@ -13,7 +13,7 @@ import {WeatherData} from '../models/WeatherData';
|
|||||||
@Injectable({
|
@Injectable({
|
||||||
providedIn: 'root',
|
providedIn: 'root',
|
||||||
})
|
})
|
||||||
export class WeatherTempService {
|
export class WeatherService {
|
||||||
private apiCurrentObservationUrl = 'currentobservation';
|
private apiCurrentObservationUrl = 'currentobservation';
|
||||||
private apiObservation = 'observation';
|
private apiObservation = 'observation';
|
||||||
private apiForecast = 'forecast';
|
private apiForecast = 'forecast';
|
||||||
|
Loading…
Reference in New Issue
Block a user