19 lines
631 B
C#
Raw Normal View History

2023-05-04 12:05:13 +05:30
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/";
}
}