We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2384e05 + fd85fce commit 201a73cCopy full SHA for 201a73c
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 = "https://srvsrv10-7111.asse.devtunnels.ms/api";
8
9
private readonly HttpClient _client = new();
10
private readonly IHttpContextAccessor _contextAccessor;
0 commit comments