Skip to content

Commit 3a45770

Browse files
committed
Update ApiClient.cs
1 parent 201a73c commit 3a45770

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://srvsrv10-7111.asse.devtunnels.ms/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)