AAAAAAAAAAAAAAAA
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-02-02 21:54:17 +01:00
parent ff7ebfc7fb
commit 1d516010c2
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace BirdsiteLive
services.AddControllersWithViews();
services.AddHttpClient("BirdsiteLIVE", httpClient => {
ProductInfoHeaderValue product = new($"BirdsiteLIVE/{Program.VERSION}");
ProductInfoHeaderValue product = new("BirdsiteLIVE", $"{Program.VERSION}");
ProductInfoHeaderValue comment = new($"(+https://{Configuration["Instance:Domain"]})");
httpClient.DefaultRequestHeaders.UserAgent.Add(product);
httpClient.DefaultRequestHeaders.UserAgent.Add(comment);