Skip to content

Commit 9926099

Browse files
Merge pull request #112 from DiyorMarket/Changed_APi_url
Changed a pi url
2 parents 06989c5 + dea9bd0 commit 9926099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CheckDrive.Web/CheckDrive.Web/Service/ApiClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace CheckDrive.Web.Service
44
{
55
public class ApiClient
66
{
7-
private const string baseUrl = "https://localhost:7111/api";
7+
private const string baseUrl = "http://miraziz-001-site1.ctempurl.com/api";
88

99
private readonly HttpClient _client = new();
1010
private readonly IHttpContextAccessor _contextAccessor;

0 commit comments

Comments
 (0)