Skip to content

Commit

Permalink
Change prices endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Aug 7, 2018
1 parent 745a1fb commit 4e2d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trust/EtherClient/TrustClient/TrustAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension TrustAPI: TargetType {
var path: String {
switch self {
case .prices:
return "/tokenPrices"
return "/prices"
case .getTransactions(let value):
return "/\(value.server.id)/transactions"
case .getTokens:
Expand Down

0 comments on commit 4e2d885

Please sign in to comment.