You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

18 lines
631 B

using System;
using System.Collections.Generic;
using System.Text;
namespace GMCabsDriverAssistant
{
partial class Constants
{
//public const string BASE_URL = "http://devapi.insightpayments.com/api";
//public const string BASE_URL_RYDO_API = "http://driverapidev.insightpayments.com";
public const string BASE_URL = "http://3.6.215.207:8091/api";
public const string BASE_URL_RYDO_API = "http://3.6.215.207:8094";
//public const string BASE_URL = "https://api.insightpayments.com/api";
//public const string BASE_URL_RYDO_API = "https://drivers.rydo.com.au/";
}
}