Skip to content

Commit

Permalink
Update Constants.swift
Browse files Browse the repository at this point in the history
Change http to https to support app transport security.
  • Loading branch information
manumohn authored Jul 8, 2019
1 parent cd33efe commit ef5a512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenWeatherMapKit/Constants/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal class Constants {

internal class Endpoints {

static let kOpenWeatherMapApiEndPoint = "http://api.openweathermap.org/data/2.5"
static let kOpenWeatherMapApiEndPoint = "https://api.openweathermap.org/data/2.5"

private init() {}
}
Expand Down

0 comments on commit ef5a512

Please sign in to comment.