mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make aaru.app base uri for remote
This commit is contained in:
@@ -173,7 +173,7 @@ public static class Remote
|
||||
|
||||
var httpClient = new HttpClient();
|
||||
httpClient.DefaultRequestHeaders.Add("User-Agent", $"Aaru {typeof(Version).Assembly.GetName().Version}");
|
||||
httpClient.BaseAddress = new Uri("http://localhost:5279");
|
||||
httpClient.BaseAddress = new Uri("https://www.aaru.app");
|
||||
|
||||
HttpResponseMessage response = await httpClient.GetAsync($"/api/update?timestamp={lastUpdate}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user