Skip to content

Commit 201a73c

Browse files
authoredJun 29, 2024··
Merge pull request #101 from DiyorMarket/Update-api-
update api
2 parents 2384e05 + fd85fce commit 201a73c

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 = "https://srvsrv10-7111.asse.devtunnels.ms/api";
88

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

0 commit comments

Comments
 (0)
Please sign in to comment.