From c6b315ab470f0c72d1cf97ffa96a7c1c5bce8045 Mon Sep 17 00:00:00 2001 From: James Sangalli Date: Sat, 21 Apr 2018 11:47:45 +0800 Subject: [PATCH] added back azure links --- Trust/Settings/Types/Constants.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Trust/Settings/Types/Constants.swift b/Trust/Settings/Types/Constants.swift index b201a8342..606bdf1af 100644 --- a/Trust/Settings/Types/Constants.swift +++ b/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