2024-01-02 19:08:39 +03:30
|
|
|
|
namespace NetinaShop.Infrastructure.Models;
|
|
|
|
|
|
|
|
|
|
|
|
public static class RestAddress
|
|
|
|
|
|
{
|
2024-02-12 10:46:18 +03:30
|
|
|
|
public static string BaseKaveNegar => "https://api.kavenegar.com/v1/";
|
|
|
|
|
|
public static string BaseZarinpal => "https://api.zarinpal.com/pg";
|
2024-02-15 10:39:00 +03:30
|
|
|
|
public static string DigikalaApi => "https://api.digikala.com";
|
2024-02-25 18:21:01 +03:30
|
|
|
|
public static string AdminPanel => "https://admin.vesmook.com";
|
2024-01-02 19:08:39 +03:30
|
|
|
|
}
|