added back azure links

pull/196/head
James Sangalli 7 years ago
parent 7146d2db8e
commit c6b315ab47
  1. 4
      Trust/Settings/Types/Constants.swift

@ -11,8 +11,8 @@ public struct Constants {
public static let gasLimit = BigInt(300000)
// fee master
public static let paymentServer = "http://192.168.1.50:8080/api/claimToken"//"http://feemaster.eastasia.cloudapp.azure.com:8080/api/claimToken"
public static let getTicketInfoFromServer = "http://192.168.1.50:8080/api/ecrecoverAndGetTickets"//"http://feemaster.eastasia.cloudapp.azure.com:8080/api/ecrecoverAndGetTickets"
public static let paymentServer = "http://feemaster.eastasia.cloudapp.azure.com:8080/api/claimToken"
public static let getTicketInfoFromServer = "http://feemaster.eastasia.cloudapp.azure.com:8080/api/ecrecoverAndGetTickets"
// social

Loading…
Cancel
Save