Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed May 11, 2024
2 parents 39b639c + fc5d483 commit 169d44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aaru.Core/Remote.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ await mctx.Database

var httpClient = new HttpClient();
httpClient.DefaultRequestHeaders.Add("User-Agent", $"Aaru {typeof(Version).Assembly.GetName().Version}");
httpClient.BaseAddress = new Uri("https://www.aaru.app");
httpClient.BaseAddress = new Uri("http://localhost:5279");

HttpResponseMessage response = await httpClient.GetAsync($"/api/update?timestamp={lastUpdate}");

Expand Down

0 comments on commit 169d44d

Please sign in to comment.