Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAbdulbasit committed Mar 16, 2024
1 parent 17c66ef commit 8e13cb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class CountriesApiImpl : CountriesApi {
url {
takeFrom("https://api.openweathermap.org/")
path("data/2.5/weather")
parameter("appid", "")
parameter("appid", "90d78fc11f04c530a4e6f6c01cbb66e5")
parameter("lat", location.lat)
parameter("lon", location.long)
parameter("units", "metric")
Expand Down

0 comments on commit 8e13cb8

Please sign in to comment.