Skip to content

Commit

Permalink
fix open weather endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Vieira Paulino <[email protected]>
  • Loading branch information
victor-vct committed Nov 21, 2018
1 parent fb21aa0 commit 8677ced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import retrofit2.http.Query

interface OpenWeatherApi {

@GET("/weather")
@GET("/data/2.5/weather")
fun getWeather(@Query("APPID") appId: String,
@Query("lat") lat: String,
@Query("lon") long: String,
Expand Down

0 comments on commit 8677ced

Please sign in to comment.