Skip to content

Commit

Permalink
Change API Http protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Aug 7, 2024
1 parent 945db09 commit 55d63dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SWDestinyTrades/Classes/Rest/SWDestinyEndpoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ enum SWDestinyEndpoint {
extension SWDestinyEndpoint: EndpointProtocol {
/// The scheme subcomponent of the `URL`.
var scheme: HttpScheme {
return .https
return .http
}

/// The target's host `URL`.
Expand Down

0 comments on commit 55d63dc

Please sign in to comment.