We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06989c5 + dea9bd0 commit 9926099Copy full SHA for 9926099
CheckDrive.Web/CheckDrive.Web/Service/ApiClient.cs
@@ -4,7 +4,7 @@ namespace CheckDrive.Web.Service
4
{
5
public class ApiClient
6
7
- private const string baseUrl = "https://localhost:7111/api";
+ private const string baseUrl = "http://miraziz-001-site1.ctempurl.com/api";
8
9
private readonly HttpClient _client = new();
10
private readonly IHttpContextAccessor _contextAccessor;
0 commit comments